diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-27 17:40:21 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-27 17:40:21 -0400 |
commit | 454b6c96dee4b854decdcda78c6c2b11fd43c21b (patch) | |
tree | c9e0f24887b17bc3fa7f4cf74cfd537ef1fe58c2 /Remote | |
parent | 937aa0b3f16f3b6f07678acbd380c23b9a9085dc (diff) |
Fix bogus failure of fsck --fast.
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/Helper/Special.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Helper/Special.hs b/Remote/Helper/Special.hs index 696a43a7a..7dd861a4e 100644 --- a/Remote/Helper/Special.hs +++ b/Remote/Helper/Special.hs @@ -199,7 +199,7 @@ specialRemote' cfg c preparestorer prepareretriever prepareremover preparecheckp readBytes $ \encb -> storer (enck k) (ByteContent encb) p - -- call retrieve-r to get chunks; decrypt them; stream to dest file + -- call retriever to get chunks; decrypt them; stream to dest file retrieveKeyFileGen k dest p enc = safely $ prepareretriever k $ safely . go where |