summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex.hs b/Annex.hs
index 8f60a0bf4..303881fa0 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -45,7 +45,7 @@ new gitrepo allbackends = do
where
prep = do
-- read git config and update state
- gitrepo' <- liftIO $ Git.configRead gitrepo
+ gitrepo' <- liftIO $ Git.configRead gitrepo Nothing
Annex.gitRepoChange gitrepo'
{- performs an action in the Annex monad -}