diff options
author | 2015-04-14 16:35:10 -0400 | |
---|---|---|
committer | 2015-04-14 16:35:10 -0400 | |
commit | efec2521cc14b3dec895066c9e7c16e740ab12ec (patch) | |
tree | b60412fe4c371871f334e33bbb5e3f52b1ba0945 /Remote/Tahoe.hs | |
parent | dc367b090adec9f2fc5f37cba5e9b5d5f2decbce (diff) |
add filename to progress bar, and display ok/failed at end
This needed plumbing an AssociatedFile through retrieveKeyFileCheap.
Diffstat (limited to 'Remote/Tahoe.hs')
-rw-r--r-- | Remote/Tahoe.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Tahoe.hs b/Remote/Tahoe.hs index 56bf66427..ca822d4fd 100644 --- a/Remote/Tahoe.hs +++ b/Remote/Tahoe.hs @@ -70,7 +70,7 @@ gen r u c gc = do , name = Git.repoDescribe r , storeKey = store u hdl , retrieveKeyFile = retrieve u hdl - , retrieveKeyFileCheap = \_ _ -> return False + , retrieveKeyFileCheap = \_ _ _ -> return False , removeKey = remove , checkPresent = checkKey u hdl , checkPresentCheap = False |