Merge pull request #6491 from bacongobbler/port-5700

fix(action): typo
pull/6400/head
Matthew Fisher 6 years ago committed by GitHub
commit 261e5b00ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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