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
|
||||
if (needcommit)
|
||||
then liftIO $ Git.run g ["commit", "-m",
|
||||
"git-annex log update", ".git-annex"]
|
||||
"git-annex log update", gitStateDir g]
|
||||
else return ()
|
||||
|
||||
{- configure git to use union merge driver on state files, if it is not
|
||||
|
|
Loading…
Reference in a new issue