From d9690a9b5d6e706abe41fd76800ce9c526ad0b4e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 17 Apr 2011 13:11:38 -0400 Subject: cleanup --- Remote/Bup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Remote') 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 -- cgit v1.2.3