Skip to content
Snippets Groups Projects
Commit 95aa78ea authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Merge pull request #2823 from edsko/pr/addInfoForKnownRepos-in-initialSavedConfig

Call addInfoForKnownRepos in initialSavedConfig
parents a5abcc4c 3d8f6ffa
No related branches found
No related tags found
No related merge requests found
......@@ -428,7 +428,7 @@ initialSavedConfig = do
return mempty {
savedGlobalFlags = mempty {
globalCacheDir = toFlag cacheDir,
globalRemoteRepos = toNubList [defaultRemoteRepo],
globalRemoteRepos = toNubList [addInfoForKnownRepos defaultRemoteRepo],
globalWorldFile = toFlag worldFile
},
savedConfigureFlags = mempty {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment