summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
diff options
context:
space:
mode:
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 c80a0d1c6..1c2573642 100644
--- a/Remote/Git.hs
+++ b/Remote/Git.hs
@@ -707,5 +707,5 @@ mkCopier remotewanthardlink rsyncparams = do
, return copier
)
#else
- return copier
+ return $ if remotewanthardlink then copier else copier
#endif