Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Nelson <[email protected]>
  • Loading branch information
DebugSteven and jyn514 committed Dec 31, 2022
1 parent 02173f6 commit 430ea8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/x_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ pub fn check(bad: &mut bool) {
);
}
} else {
return tidy_error!(bad, "{}", output.status);
return tidy_error!(bad, "failed to check version of `x`: {}", output.status);
}
}

0 comments on commit 430ea8d

Please sign in to comment.