Merge pull request #5700 from nojnhuh/master

Fix typo
pull/7605/head
Matthew Fisher 6 years ago committed by GitHub
commit 415dacc16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -166,7 +166,7 @@ func lintChart(path string, vals []byte, namespace string, strict bool) (support
chartPath = path 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 { if _, err := os.Stat(filepath.Join(chartPath, "Chart.yaml")); err != nil {
return linter, errLintNoChart return linter, errLintNoChart
} }

Loading…
Cancel
Save