diff --git a/Command/Fsck.hs b/Command/Fsck.hs index 5951a88be1..49b49407a0 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -143,7 +143,7 @@ performRemote key file backend numcopies remote = ( go True (Just tmpfile) , do warning "failed to download file from remote" - go True Nothing + void $ go True Nothing return False ) dispatch (Right False) = go False Nothing