fixed lint issue

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2022-01-31 18:46:10 -07:00
parent d2472c57c7
commit 9d899a6282

View File

@@ -63,7 +63,6 @@ func (c *transformSecretTask) Run(ctx context.Context, pctx *plancontext.Context
newLeafPath := cue.MakePath(newLeafSelectors...) newLeafPath := cue.MakePath(newLeafSelectors...)
p := newLeafPath.String() p := newLeafPath.String()
pathToSecrets[p] = plaintext pathToSecrets[p] = plaintext
} }
}) })