From e4bf3bad0d1d1fd8e26dadbcc4f85a99d919742b Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Tue, 27 Dec 2022 15:19:28 +0200 Subject: [PATCH] Fix typo (still) sill -> still Signed-off-by: Yarden Shoham --- pkg/lint/rules/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/lint/rules/template.go b/pkg/lint/rules/template.go index 61425f92e..553c1d059 100644 --- a/pkg/lint/rules/template.go +++ b/pkg/lint/rules/template.go @@ -141,7 +141,7 @@ func Templates(linter *support.Linter, values map[string]interface{}, namespace break } - // If YAML linting fails, we sill progress. So we don't capture the returned state + // If YAML linting fails, we still progress. So we don't capture the returned state // on this linter run. linter.RunLinterRule(support.ErrorSev, fpath, validateYamlContent(err))