summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
diff options
context:
space:
mode:
authorGravatar Richard Hartmann <richih@debian.org>2014-02-25 22:38:01 +0100
committerGravatar Richard Hartmann <richih@debian.org>2014-02-25 22:38:01 +0100
commit31a6561da3b95ce1ad13fcee1e9053f40ffdd7b9 (patch)
tree3c673ae9de75dbb208b948d52c9d6eb8e99baee0 /Remote/Git.hs
parentd1147087b30b67a139e51235e977be27dc69765d (diff)
parent013de7458fca15316b788acb47415e5afddcb6f0 (diff)
Merge branch 'master' of git://git-annex.branchable.com
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r--Remote/Git.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs
index d7385ef31..4508d4555 100644
--- a/Remote/Git.hs
+++ b/Remote/Git.hs
@@ -285,7 +285,7 @@ keyUrls r key = map tourl locs'
#ifndef mingw32_HOST_OS
locs' = locs
#else
- locs' = map (replace "\\" "/") (annexLocations key)
+ locs' = map (replace "\\" "/") locs
#endif
dropKey :: Remote -> Key -> Annex Bool