aboutsummaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-13 21:35:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-13 21:35:10 -0400
commit89654751daacd9336c114bfc1c88c952dcc4ffe9 (patch)
tree4025889287c99052a5b4a1ae22a485d5a6defa53 /Annex.hs
parentb1607485168e851f69fe3a5b74d73f3c36edf886 (diff)
bugfix
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 f3c8f533a..f55a62c4d 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -38,9 +38,9 @@ startAnnex = do
where
prep g = do
-- setup git and read its config; update state
- liftIO $ gitSetup g
g' <- liftIO $ gitConfigRead g
gitAnnexChange g'
+ liftIO $ gitSetup g'
backendsAnnexChange $ parseBackendList $
gitConfig g' "annex.backends" ""
prepUUID