Update error message
Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
parent
02173f6ab5
commit
430ea8d440
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user