Unverified Commit 282984e7 authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

Merge pull request #3716 from lestrrat/master

Add actionable message in the error
parents d44853ef afed5555
...@@ -463,7 +463,7 @@ func locateChartPath(repoURL, username, password, name, version string, verify b ...@@ -463,7 +463,7 @@ func locateChartPath(repoURL, username, password, name, version string, verify b
return filename, err return filename, err
} }
return filename, fmt.Errorf("failed to download %q", name) return filename, fmt.Errorf("failed to download %q (hint: running `helm repo update` may help)", name)
} }
func generateName(nameTemplate string) (string, error) { func generateName(nameTemplate string) (string, error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment