summaryrefslogtreecommitdiff
path: root/Core.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Core.hs')
-rw-r--r--Core.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core.hs b/Core.hs
index 8f1c9cc80..7e719888a 100644
--- a/Core.hs
+++ b/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