fix typo in `zola init` (#1836)
This commit is contained in:
parent
27a200bb4e
commit
44b2f99ab8
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue