bugfix
This commit is contained in:
parent
d7b170c9a2
commit
80104eab9a
1 changed files with 1 additions and 1 deletions
2
Core.hs
2
Core.hs
|
@ -26,7 +26,7 @@ shutdown = do
|
||||||
needcommit <- Annex.flagIsSet NeedCommit
|
needcommit <- Annex.flagIsSet NeedCommit
|
||||||
if (needcommit)
|
if (needcommit)
|
||||||
then liftIO $ Git.run g ["commit", "-m",
|
then liftIO $ Git.run g ["commit", "-m",
|
||||||
"git-annex log update", ".git-annex"]
|
"git-annex log update", gitStateDir g]
|
||||||
else return ()
|
else return ()
|
||||||
|
|
||||||
{- configure git to use union merge driver on state files, if it is not
|
{- configure git to use union merge driver on state files, if it is not
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue