From bebd908fbafdce19cbbf87a490925d9a4df2a41f Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 17 Jul 2024 16:14:30 +0900 Subject: [PATCH] chore: update run.go ommitted -> omitted --- internal/run/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/run/run.go b/internal/run/run.go index d48fc186a..178113448 100644 --- a/internal/run/run.go +++ b/internal/run/run.go @@ -357,7 +357,7 @@ func (w *Workflow) retryWithMinimumViableSpec(ctx context.Context, parentStep *w return "", nil, errors.New("multiple inputs are not supported for minimum viable spec") } - tempOmitted := fmt.Sprintf("ommitted_%s%s", randStringBytes(10), filepath.Ext(baseLocation)) + tempOmitted := fmt.Sprintf("omitted_%s%s", randStringBytes(10), filepath.Ext(baseLocation)) tempBase := fmt.Sprintf("downloaded_%s%s", randStringBytes(10), filepath.Ext(baseLocation)) if source.Inputs[0].IsRemote() {