Skip to content

Commit

Permalink
Improved plugin download error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Apr 6, 2024
1 parent e17f683 commit 40122ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
)))
}
Expand Down

0 comments on commit 40122ea

Please sign in to comment.