bugfix
This commit is contained in:
parent
68e2687661
commit
4cda7b6e7c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue