summaryrefslogtreecommitdiff
path: root/Locations.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Locations.hs')
-rw-r--r--Locations.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Locations.hs b/Locations.hs
index c2c747e58..970f89aa8 100644
--- a/Locations.hs
+++ b/Locations.hs
@@ -43,7 +43,7 @@ annexLocationRelative r key = ".git/annex/" ++ (keyFile key)
-
- Note: Assumes repo is NOT bare. -}
annexTmpLocation :: Git.Repo -> FilePath
-annexTmpLocation r = (Git.workTree r) ++ ".git/annex/tmp/"
+annexTmpLocation r = (Git.workTree r) ++ "/.git/annex/tmp/"
{- Converts a key into a filename fragment.
-