summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-14 13:24:15 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-14 13:24:15 -0400
commit62382fa360e16c83eb33634367ede0b95e467c6e (patch)
tree382d07220dddc8fdcb4543bc25eb26df850e4ca1 /Remote/Git.hs
parent174da3515594fea9ebc1b346d8a52bfd16a443bf (diff)
deal with Cygwin rsync paths issue
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 3f88a0334..7c7540543 100644
--- a/Remote/Git.hs
+++ b/Remote/Git.hs
@@ -425,7 +425,7 @@ rsyncOrCopyFile rsyncparams src dest p =
_ -> watchfilesize oldsz
#endif
dorsync = rsyncHelper (Just p) $
- rsyncparams ++ [Param src, Param dest]
+ rsyncparams ++ [File src, File dest]
{- Generates rsync parameters that ssh to the remote and asks it
- to either receive or send the key's content. -}