aboutsummaryrefslogtreecommitdiff
path: root/Remote/Rsync.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-28 14:39:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-28 14:39:51 -0400
commitd7b330b33bcfa57164dad05b0fc9990ad4a35275 (patch)
treee45473e9427e83553b55014043bf21b8a5d2153b /Remote/Rsync.hs
parent84e1ebfb0eab5490ace84c1e8a66688bd52a1a54 (diff)
Fix hasKeyCheap setting for bup and rsync special remotes.
Diffstat (limited to 'Remote/Rsync.hs')
-rw-r--r--Remote/Rsync.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs
index 21c570a87..682c96174 100644
--- a/Remote/Rsync.hs
+++ b/Remote/Rsync.hs
@@ -61,7 +61,7 @@ gen r u c = do
retrieveKeyFile = retrieve o,
removeKey = remove o,
hasKey = checkPresent r o,
- hasKeyCheap = True,
+ hasKeyCheap = False,
config = Nothing
}