Skip to content

Commit f2e8dfc

Browse files
committed
Cleanup
1 parent 269e2f2 commit f2e8dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/not_bash.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fn run_process_inner(cmd: &str, echo: bool) -> Result<String> {
8787
}
8888

8989
if !output.status.success() {
90-
bail!("returned non-zero status: {}", output.status)
90+
bail!("{}", output.status)
9191
}
9292

9393
Ok(stdout)

0 commit comments

Comments
 (0)