diff options
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/Git.hs | 2 |
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 |