recvkey is not an upload, so ignore the progress callback
This commit is contained in:
parent
e1037adebc
commit
f542701620
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ seek = [withKeys start]
|
||||||
start :: Key -> CommandStart
|
start :: Key -> CommandStart
|
||||||
start key = ifM (inAnnex key)
|
start key = ifM (inAnnex key)
|
||||||
( error "key is already present in annex"
|
( error "key is already present in annex"
|
||||||
, fieldTransfer Download key $ \p -> do
|
, fieldTransfer Download key $ _p -> do
|
||||||
ifM (getViaTmp key $ liftIO . rsyncServerReceive)
|
ifM (getViaTmp key $ liftIO . rsyncServerReceive)
|
||||||
( do
|
( do
|
||||||
-- forcibly quit after receiving one key,
|
-- forcibly quit after receiving one key,
|
||||||
|
|
Loading…
Add table
Reference in a new issue