diff --git a/hbs2-git/reposync/ReposyncMain.hs b/hbs2-git/reposync/ReposyncMain.hs index fdd24054..17805438 100644 --- a/hbs2-git/reposync/ReposyncMain.hs +++ b/hbs2-git/reposync/ReposyncMain.hs @@ -136,6 +136,7 @@ withConfig cfg m = do liftIO do let conf = defConfDir "config" createDirectoryIfMissing True defConfDir + debug $ "config-dir" <+> pretty defConfDir appendFile conf "" pure conf