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

pull/2862/head
Ryan Payton 8 years ago
parent 3e17e2a672
commit 8c62e26532

@ -299,7 +299,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"))
lr, err := initLocalRepo(home.LocalRepository(localRepositoryIndexFile), home.CacheIndex("local"))
if err != nil {
return err
}

Loading…
Cancel
Save