Fix style test

Signed-off-by: Reinaldo de Souza Jr <github@rei.nal.do>
pull/8831/head
Reinaldo de Souza Jr 5 years ago
parent 3c154eeca4
commit 70769c1ce7

@ -666,7 +666,7 @@ func (m *Manager) findChartURL(name, version, repoURL string, repos map[string]*
} }
err = errors.Errorf("chart %s not found in %s: %s", name, repoURL, err) err = errors.Errorf("chart %s not found in %s: %s", name, repoURL, err)
return return url, username, password, err
} }
// findEntryByName finds an entry in the chart repository whose name matches the given name. // findEntryByName finds an entry in the chart repository whose name matches the given name.

Loading…
Cancel
Save