mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Fix missing spaces in error log (#1577)
This commit is contained in:
parent
8befa3d649
commit
857a2caf34
1 changed files with 2 additions and 2 deletions
|
@ -250,8 +250,8 @@ async fn download_extract_and_verify(
|
|||
|
||||
if required_features.is_empty() {
|
||||
error!(
|
||||
"When resolving {name} bin {bin_name} is not found.\
|
||||
This binary is not optional so it must be included in the archive, please contact with\
|
||||
"When resolving {name} bin {bin_name} is not found. \
|
||||
This binary is not optional so it must be included in the archive, please contact with \
|
||||
upstream to fix this issue."
|
||||
);
|
||||
// This bin is not optional, error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue