bugfix
This commit is contained in:
parent
b160748516
commit
89654751da
1 changed files with 1 additions and 1 deletions
2
Annex.hs
2
Annex.hs
|
@ -38,9 +38,9 @@ startAnnex = do
|
||||||
where
|
where
|
||||||
prep g = do
|
prep g = do
|
||||||
-- setup git and read its config; update state
|
-- setup git and read its config; update state
|
||||||
liftIO $ gitSetup g
|
|
||||||
g' <- liftIO $ gitConfigRead g
|
g' <- liftIO $ gitConfigRead g
|
||||||
gitAnnexChange g'
|
gitAnnexChange g'
|
||||||
|
liftIO $ gitSetup g'
|
||||||
backendsAnnexChange $ parseBackendList $
|
backendsAnnexChange $ parseBackendList $
|
||||||
gitConfig g' "annex.backends" ""
|
gitConfig g' "annex.backends" ""
|
||||||
prepUUID
|
prepUUID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue