diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-17 13:11:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-17 13:11:38 -0400 |
commit | d9690a9b5d6e706abe41fd76800ce9c526ad0b4e (patch) | |
tree | 2dc9735e3fb6bfd7ef38d37f959d7fdec2cc1ea0 /Remote | |
parent | e8a94d914b2bcf96a2a2d7d5016fb72a231e9b48 (diff) |
cleanup
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/Bup.hs | 2 |
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 |