fix second deadlock

This commit is contained in:
Aiden McClelland
2021-10-08 17:17:18 -06:00
committed by Aiden McClelland
parent b70d176d9e
commit ca616744f8

View File

@@ -188,7 +188,7 @@ async fn maybe_do_update(ctx: RpcContext) -> Result<Option<Arc<Revision>>, Error
let (new_label, _current_label) = query_mounted_label().await?;
let (size, download) = download_file(
&EosUrl {
base: ctx.eos_registry_url().await?,
base: info.eos_marketplace.clone(),
version: latest_version,
},
ctx.datadir.join("updates/eos.img"),