reverted initLocalRepo call to use CacheIndex since RelativeIndex was causing 'make test' to create a symlink in testing directory

pull/3327/head
Ryan Payton 8 years ago committed by Christopher A. Stelma
parent 7aaccc9eb1
commit 35c7742330

@ -344,7 +344,7 @@ func ensureDefaultRepos(home helmpath.Home, out io.Writer, skipRefresh bool) err
if err != nil {
return err
}
lr, err := initLocalRepo(home.LocalRepository(localRepositoryIndexFile), home.RelativeIndex("local"), out)
lr, err := initLocalRepo(home.LocalRepository(localRepositoryIndexFile), home.CacheIndex("local"), out)
if err != nil {
return err
}

Loading…
Cancel
Save