modified the init functions to use cacherelativeindex instead of cacheindex. everything seems to be working

pull/4955/head
Ryan Payton 8 years ago committed by Christopher A. Stelma
parent a6b8593152
commit d3c11668fa

@ -114,7 +114,7 @@ func ensureDefaultRepos(home helmpath.Home, out io.Writer, skipRefresh bool, url
if fi, err := os.Stat(repoFile); err != nil {
fmt.Fprintf(out, "Creating %s \n", repoFile)
f := repo.NewFile()
sr, err := initRepo(url, home.CacheIndex(stableRepository), out, skipRefresh, home)
sr, err := initRepo(url, home.CacheRelativeIndex(stableRepository), out, skipRefresh, home)
if err != nil {
return err
}

Loading…
Cancel
Save