This commit is contained in:
Joey Hess 2010-10-25 21:35:45 -04:00
parent 68e2687661
commit 4cda7b6e7c

View file

@ -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.
-