summaryrefslogtreecommitdiff
path: root/Remote/Rsync.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Rsync.hs')
-rw-r--r--Remote/Rsync.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs
index 68566c52a..91a72e88e 100644
--- a/Remote/Rsync.hs
+++ b/Remote/Rsync.hs
@@ -52,7 +52,8 @@ gen r u c = do
hasKey = checkPresent r o,
hasKeyCheap = False,
config = Nothing,
- repo = r
+ repo = r,
+ remotetype = remote
}
genRsyncOpts :: Git.Repo -> Annex RsyncOpts