Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryAntopol committed May 31, 2024
1 parent 6a3a7b8 commit fb6b07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn run_command<T: Into<Stdio>>(
) -> Result<String, anyhow::Error> {
let process = command.stdout(stdout_config).spawn().map_err(|e| {
anyhow::anyhow!(
r#"Cannot run "{}": {}"#,
r#"cannot run "{}": {}"#,
command.get_program().to_string_lossy(),
e
)
Expand Down

0 comments on commit fb6b07d

Please sign in to comment.