This commit is contained in:
Joey Hess 2010-10-13 21:35:10 -04:00
parent b160748516
commit 89654751da

View file

@ -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