fix error formatting
This commit is contained in:
parent
48bff395ca
commit
267b924d7f
|
@ -63,7 +63,7 @@ impl Context {
|
|||
.get_ssh_pubkeys(nzr_api::default_ctx())
|
||||
.await
|
||||
.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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue