Merge pull request #3716 from lestrrat/master

Add actionable message in the error
pull/3738/head
Matthew Fisher 7 years ago committed by GitHub
commit 282984e75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -463,7 +463,7 @@ func locateChartPath(repoURL, username, password, name, version string, verify b
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) {

Loading…
Cancel
Save