diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-31 03:27:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-31 03:27:37 -0400 |
commit | 8a33573caff38b557fdf60c9547a78a5cc8c4ddc (patch) | |
tree | fed26c043272c62738a9e83357283535195c0397 /Remote/Rsync.hs | |
parent | 6cd4c7efcdea9a8897aa6b9e2b30e7e3426574bc (diff) |
better filtering out of special remotes
Diffstat (limited to 'Remote/Rsync.hs')
-rw-r--r-- | Remote/Rsync.hs | 3 |
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 |