summaryrefslogtreecommitdiff
path: root/Remote
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-14 00:01:48 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-14 00:01:48 -0400
commite0095b0bdc88147a081f3539975f20096fd0ea3c (patch)
treefff3ef6f2684ccbb6d8b2b2d988c20bcba5ffca6 /Remote
parent89dad12b3510f2540c6678e68145d922c7db5a7b (diff)
fishy commit
Diffstat (limited to 'Remote')
-rw-r--r--Remote/Rsync.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs
index df4e0a44f..3c449b5de 100644
--- a/Remote/Rsync.hs
+++ b/Remote/Rsync.hs
@@ -100,7 +100,7 @@ rsyncUrls o k = map use annexHashes
f = keyFile k
store :: RsyncOpts -> Key -> Annex Bool
-store o k = rsyncSend o k =<< inRepo (gitAnnexLocation k)
+store o k = rsyncSend o k <=< inRepo $ gitAnnexLocation k
storeEncrypted :: RsyncOpts -> (Cipher, Key) -> Key -> Annex Bool
storeEncrypted o (cipher, enck) k = withTmp enck $ \tmp -> do