fix compile warning
This commit is contained in:
parent
5be7ba7ee5
commit
3f5c9ddc05
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue