Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1210 from jplhomer/jl-fix-init-typo
Browse files Browse the repository at this point in the history
Fix typo in init command
  • Loading branch information
EverlastingBugstopper authored Apr 27, 2020
2 parents 52518d3 + dc02f60 commit 8e6614a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/init/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ entry-point = "workers-site"
)?;

site.scaffold_worker()?;
message::success("Succesfully scaffolded workers site");
message::success("Successfully scaffolded workers site");
} else {
Manifest::generate(name.to_string(), Some(target_type), &config_path, None)?;
}
Expand Down

0 comments on commit 8e6614a

Please sign in to comment.