Skip to content

Commit

Permalink
fix comment grammar error.
Browse files Browse the repository at this point in the history
Signed-off-by: wujunwei <[email protected]>
(cherry picked from commit 8e1c3d0)
  • Loading branch information
wujunwei authored and mattfarina committed Jun 14, 2023
1 parent 5217482 commit 91bb1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lint/rules/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func Templates(linter *support.Linter, values map[string]interface{}, namespace
break
}

// If YAML linting fails, it will always be fails next block. so we should return here.
// If YAML linting fails here, it will always fail in the next block as well, so we should return here.
// fix https://github.com/helm/helm/issues/11391
if !linter.RunLinterRule(support.ErrorSev, fpath, validateYamlContent(err)) {
return
Expand Down

0 comments on commit 91bb1e3

Please sign in to comment.