mirror of
https://github.com/helm/helm.git
synced 2026-04-23 15:17:05 -04:00
Merge pull request #3716 from lestrrat/master
Add actionable message in the error
This commit is contained in:
commit
282984e75f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue