removed redundant line

Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
pull/13112/head
Suleiman Dibirov 1 year ago
parent 2cbab0d9a2
commit 38d8c98f7b

@ -406,7 +406,6 @@ func (c *ChartDownloader) scanReposForURL(u string, rf *repo.File) (*repo.Entry,
} }
for _, rc := range rf.Repositories { for _, rc := range rf.Repositories {
rc := rc
g.Go(func() error { g.Go(func() error {
return scanRepo(rc) return scanRepo(rc)
}) })

Loading…
Cancel
Save