chore: fix lint

Signed-off-by: Jeaeun Kim <me@kyoku.dev>
(cherry picked from commit 99baa2edd4)
release-4.2
Jeaeun Kim 6 months ago committed by Scott Rigby
parent 3507ea5bfd
commit f6211ba49b
No known key found for this signature in database
GPG Key ID: C7C6FBB5B91C1155

@ -191,9 +191,8 @@ func newTemplateCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {
if savedErr != nil && settings.Debug {
// assume the manifest itself is too malformed to be rendered
return savedErr
} else {
return fmt.Errorf("could not find template %s in chart", f)
}
return fmt.Errorf("could not find template %s in chart", f)
}
}
for _, m := range manifestsToRender {

Loading…
Cancel
Save