removed redundant line

Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
pull/13118/head
Suleiman Dibirov 2 weeks ago
parent 6764d678a5
commit ce8b51442a

@ -830,8 +830,6 @@ func (m *Manager) loadChartRepositories() (map[string]*repo.ChartRepository, err
mu sync.Mutex
)
for _, re := range rf.Repositories {
re := re
g.Go(func() error {
lname := re.Name
idxFile := filepath.Join(m.RepositoryCache, helmpath.CacheIndexFile(lname))

Loading…
Cancel
Save