mirror of
https://github.com/helm/helm.git
synced 2026-08-08 17:11:18 +00:00
Merge pull request #8244 from carlpett/report-findcharturl-error
Report what cause finding chart to fail
This commit is contained in:
@@ -667,7 +667,7 @@ func (m *Manager) findChartURL(name, version, repoURL string, repos map[string]*
|
||||
if err == nil {
|
||||
return
|
||||
}
|
||||
err = errors.Errorf("chart %s not found in %s", name, repoURL)
|
||||
err = errors.Errorf("chart %s not found in %s: %s", name, repoURL, err)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user