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
No known key found for this signature in database
GPG Key ID: CFB3A382EB166F4C

View File

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