diff --git a/src/Pipeline/Crawl.hs b/src/Pipeline/Crawl.hs index 6b6cdc6..1bdb553 100644 --- a/src/Pipeline/Crawl.hs +++ b/src/Pipeline/Crawl.hs @@ -72,7 +72,7 @@ getSolution autoYes = do exists <- liftIO (doesFileExist Path.solvedDependencies) if exists then Solution.read BM.PackageProblem Path.solvedDependencies - else withExceptT BM.PackageProblem (Initialize.solution autoYes) + else withExceptT BM.PackageProblem (Initialize.solution Path.defaultHostUrl autoYes) crawlDependency