Skip to content

Commit

Permalink
Update src/dfx/src/commands/new.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Siffert <[email protected]>
  • Loading branch information
ericswanson-dfinity and sesi200 authored Jan 22, 2025
1 parent ea5224b commit 9c7d3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/commands/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ fn run_post_create_command(
let stderr = String::from_utf8_lossy(&output.stderr);

let msg = format!(
"Post-create ommand '{}' failed.\n--- stdout ---\n{}\n--- stderr ---\n{}",
"Post-create command '{}' failed.\n--- stdout ---\n{}\n--- stderr ---\n{}",
&command, stdout, stderr
);
if project_template.post_create_failure_warning.is_some() {
Expand Down

0 comments on commit 9c7d3e5

Please sign in to comment.