This commit is contained in:
Joey Hess 2012-09-19 17:10:22 -04:00
parent 77938a7d62
commit 0cb4382880

View file

@ -25,7 +25,7 @@ seek = [withKeys start]
start :: Key -> CommandStart
start key = ifM (inAnnex key)
( error "key is already present in annex"
, fieldTransfer Download key $ _p -> do
, fieldTransfer Download key $ \_p -> do
ifM (getViaTmp key $ liftIO . rsyncServerReceive)
( do
-- forcibly quit after receiving one key,