diff --git a/src/client.rs b/src/client.rs index fbf1507..502a212 100644 --- a/src/client.rs +++ b/src/client.rs @@ -126,7 +126,7 @@ pub async fn find_by_uri( Ok(variant.to_owned()) } else { Err(Error::NotFound(format!( - "plugin `{}` not found", + "plugin `{}` not found for the current architecture", plugin_uri ))) }