Skip to content

Commit

Permalink
fix: improve user experience when unable to find plugin download mani…
Browse files Browse the repository at this point in the history
…fest

Signed-off-by: Patrick Casey <[email protected]>
  • Loading branch information
patrickjcasey authored and j-lanson committed Jan 31, 2025
1 parent d1e974d commit 774180b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hipcheck/src/plugin/retrieval.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ fn retrieve_plugin_from_network(
}
}
Err(hc_error!(
"Could not find download manifest entry for arch '{}' with version '{}'",
"Could not find download manifest entry for '{}' [{}] with version '{}'",
plugin_id.to_policy_file_plugin_identifier(),
current_arch,
version.0
plugin_id.version().as_ref(),
))
}

Expand Down

0 comments on commit 774180b

Please sign in to comment.