cleanup
This commit is contained in:
parent
e8a94d914b
commit
d9690a9b5d
2 changed files with 16 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue