summaryrefslogtreecommitdiff
path: root/Core.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-15 14:31:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-15 14:31:06 -0400
commit80104eab9a28b9a94fb36653b7cd95b734e16e4d (patch)
treef6d8b7c146c3d0ac5493611c6466e7314f5921c7 /Core.hs
parentd7b170c9a2f9a7f52b6ef88243e249a04685764a (diff)
bugfix
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