diff --git a/cmd/helm/lint.go b/cmd/helm/lint.go index 3862d2d76..7ad37984e 100644 --- a/cmd/helm/lint.go +++ b/cmd/helm/lint.go @@ -43,9 +43,9 @@ or recommendation, it will emit [WARNING] messages. type lintCmd struct { namespace string - strict bool - paths []string - out io.Writer + strict bool + paths []string + out io.Writer } func newLintCmd(out io.Writer) *cobra.Command {