Skip to content

Commit

Permalink
fix typo in zola init (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcz authored Apr 26, 2022
1 parent 27a200b commit 44b2f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn main() {
match cli.command {
Command::Init { name, force } => {
if let Err(e) = cmd::create_new_project(&name, force) {
console::unravel_errors("Failed to create the proejct", &e);
console::unravel_errors("Failed to create the project", &e);
std::process::exit(1);
}
}
Expand Down

0 comments on commit 44b2f99

Please sign in to comment.