Signed-off-by: Jon Huhn <huhnjon@gmail.com>
pull/5700/head
Jon Huhn 6 years ago
parent ffc71f9b7b
commit e6d5fc933b
No known key found for this signature in database
GPG Key ID: BE663AE8A4B90039

@ -166,7 +166,7 @@ func lintChart(path string, vals []byte, namespace string, strict bool) (support
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