summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Command/Fsck.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs
index 5951a88be..49b49407a 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