mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
fix typo in zola init
(#1836)
This commit is contained in:
parent
27a200bb4e
commit
44b2f99ab8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue