Skip to content

Commit

Permalink
revert unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akashshinde committed Dec 2, 2020
1 parent 1258801 commit d1f58aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/helm/chartproxy/repos.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,7 @@ func (b *helmRepoGetter) List() ([]*helmRepo, error) {
klog.Errorf("Error unmarshalling repo %v: %v", item, err)
continue
}
if helmConfig != nil {
helmRepos = append(helmRepos, helmConfig)
}
helmRepos = append(helmRepos, helmConfig)
}
return helmRepos, nil
}
Expand Down

0 comments on commit d1f58aa

Please sign in to comment.