fix error formatting
This commit is contained in:
parent
48bff395ca
commit
267b924d7f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ impl Context {
|
||||||
.get_ssh_pubkeys(nzr_api::default_ctx())
|
.get_ssh_pubkeys(nzr_api::default_ctx())
|
||||||
.await
|
.await
|
||||||
.context("RPC Error")?
|
.context("RPC Error")?
|
||||||
.map_err(|e| anyhow::anyhow!("Couldn't get SSH keys"))?;
|
.map_err(|e| anyhow::anyhow!("Couldn't get SSH keys: {e}"))?;
|
||||||
Ok(ssh_keys)
|
Ok(ssh_keys)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue