fix(action): typo

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/6491/head
Matthew Fisher 5 years ago
parent 6419ff6961
commit 9742c8c5a2
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -111,7 +111,7 @@ func lintChart(path string, vals map[string]interface{}, namespace string, stric
chartPath = path
}
// Guard: Error out of this is not a chart.
// Guard: Error out if this is not a chart.
if _, err := os.Stat(filepath.Join(chartPath, "Chart.yaml")); err != nil {
return linter, errLintNoChart
}

Loading…
Cancel
Save