diff --git a/internal/run/lint.go b/internal/run/lint.go index 620bc35..e2843ca 100644 --- a/internal/run/lint.go +++ b/internal/run/lint.go @@ -7,8 +7,7 @@ import ( // Lint is an execution step that calls `helm lint` when executed. type Lint struct { Chart string - - cmd cmd + cmd cmd } // Execute executes the `helm lint` command.