Skip to content

Commit 430ea8d

Browse files
DebugStevenjyn514
andcommitted
Update error message
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 02173f6 commit 430ea8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/x_version.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ pub fn check(bad: &mut bool) {
3131
);
3232
}
3333
} else {
34-
return tidy_error!(bad, "{}", output.status);
34+
return tidy_error!(bad, "failed to check version of `x`: {}", output.status);
3535
}
3636
}

0 commit comments

Comments
 (0)