summaryrefslogtreecommitdiff
path: root/Remote
diff options
context:
space:
mode:
Diffstat (limited to 'Remote')
-rw-r--r--Remote/Rsync/RsyncUrl.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Rsync/RsyncUrl.hs b/Remote/Rsync/RsyncUrl.hs
index 9a7319246..a7a2ac8f6 100644
--- a/Remote/Rsync/RsyncUrl.hs
+++ b/Remote/Rsync/RsyncUrl.hs
@@ -44,5 +44,5 @@ rsyncUrls o k = map use dirHashes
#ifndef mingw32_HOST_OS
hash h = h def k
#else
- hash h = replace "\\" "/" (h k)
+ hash h = replace "\\" "/" (h def k)
#endif