summaryrefslogtreecommitdiff
path: root/Remote/Bup.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-17 13:11:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-17 13:11:38 -0400
commitd9690a9b5d6e706abe41fd76800ce9c526ad0b4e (patch)
tree2dc9735e3fb6bfd7ef38d37f959d7fdec2cc1ea0 /Remote/Bup.hs
parente8a94d914b2bcf96a2a2d7d5016fb72a231e9b48 (diff)
cleanup
Diffstat (limited to 'Remote/Bup.hs')
-rw-r--r--Remote/Bup.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Bup.hs b/Remote/Bup.hs
index 0edb33ba8..16e1bbdcb 100644
--- a/Remote/Bup.hs
+++ b/Remote/Bup.hs
@@ -127,7 +127,7 @@ storeEncrypted r buprepo (cipher, enck) k = do
params <- bupSplitParams r buprepo enck (Param "-")
liftIO $ catchBool $ do
content <- L.readFile src
- withEncryptedContentHandle cipher content $ \h -> do
+ withEncryptedHandle cipher content $ \h -> do
pipeBup params (Just h) Nothing
retrieve :: BupRepo -> Key -> FilePath -> Annex Bool