Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Thom Chiovoloni <thom@shift.click>
  • Loading branch information
youknowone and thomcc committed Sep 11, 2023
1 parent 77e2749 commit f51788d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3451,7 +3451,7 @@ impl Tool {
Some(s) => s,
None => {
// --version failed. fallback to gnu
println!("cargo-warning:Running failed: {:?}", cmd);
println!("cargo-warning:Failed to run: {:?}", cmd);
return ToolFamily::Gnu;
}
};
Expand Down

0 comments on commit f51788d

Please sign in to comment.