Skip to content

Commit 1c12087

Browse files
youknowonethomcc
andauthored
Apply suggestions from code review
Co-authored-by: Thom Chiovoloni <[email protected]>
1 parent e2afb7b commit 1c12087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3283,7 +3283,7 @@ impl Tool {
32833283
Some(s) => s,
32843284
None => {
32853285
// --version failed. fallback to gnu
3286-
println!("cargo-warning:Running failed: {:?}", cmd);
3286+
println!("cargo-warning:Failed to run: {:?}", cmd);
32873287
return ToolFamily::Gnu;
32883288
}
32893289
};

0 commit comments

Comments
 (0)