Commit cda8b3b9 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX]

parent ff6e2e1e
Pipeline #666 failed with stage
......@@ -214,7 +214,7 @@ mkRepoSaver repo_var = mkDebounce settings
readRepoEnv :: IO RepoEnv
readRepoEnv = do
-- Does file exist ? :: Bool
_repoDir <- doesDirectoryExist True repoDir
_repoDir <- createDirectoryIfMissing True repoDir
repoFile <- doesFileExist repoSnapshot
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment