summaryrefslogtreecommitdiff
path: root/Locations.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-12 00:53:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-12 00:53:42 -0400
commit92bf408c664e4fa66132a7095e1f856312ce667c (patch)
treed5b98170eac039b4b2c75e1366f1e74ee6c29412 /Locations.hs
parent107074d6623a687d046615a5034af10be7ff1756 (diff)
faddle
Diffstat (limited to 'Locations.hs')
-rw-r--r--Locations.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Locations.hs b/Locations.hs
index 31bb3d9de..300f443f7 100644
--- a/Locations.hs
+++ b/Locations.hs
@@ -9,7 +9,7 @@ module Locations (
import GitRepo
{- Long-term, cross-repo state is stored in files inside the .git-annex
- - directory, in the git repository. -}
+ - directory, in the git repository's working tree. -}
stateLoc = ".git-annex"
gitStateDir :: GitRepo -> FilePath
-gitStateDir repo = (gitRepoTop repo) ++ "/" ++ stateLoc ++ "/"
+gitStateDir repo = (gitWorkTree repo) ++ "/" ++ stateLoc ++ "/"