#11369 Use the correct index repo cache directory in the `parallelRepoUpdate` method as well

Signed-off-by: Vincent van ’t Zand <vovtz@users.noreply.github.com>
pull/11372/head
Vincent van ’t Zand 3 years ago
parent 90d204a235
commit e844f9ca92

@ -668,6 +668,7 @@ func (m *Manager) parallelRepoUpdate(repos []*repo.Entry) error {
if err != nil {
return err
}
r.CachePath = m.RepositoryCache
wg.Add(1)
go func(r *repo.ChartRepository) {
if _, err := r.DownloadIndexFile(); err != nil {

Loading…
Cancel
Save