swallow the error when returning the default HTTP client

Signed-off-by: Sebastien Plisson <sebastien.plisson@gmail.com>
pull/4207/head
Matthew Fisher 8 years ago committed by Sebastien Plisson
parent 0dc1876c1c
commit 2940cd5b5d

@ -183,7 +183,7 @@ func (c *ChartDownloader) ResolveChartVersionAndGetRepo(ref, version string) (*u
r := &repo.ChartRepository{}
r.Client = g
g.SetCredentials(c.getRepoCredentials(r))
return u, r, g, err
return u, r, g, nil
}
return u, nil, nil, err
}

Loading…
Cancel
Save