We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e98b222 + 7304d97 commit b1fe342Copy full SHA for b1fe342
src/main.rs
@@ -71,7 +71,7 @@ fn main() {
71
pb.set_style(
72
progress_style.tick_strings(&["⣷", "⣯", "⣟", "⡿", "⢿", "⣻", "⣽", "⣾"]),
73
);
74
- pb.set_message("Generataing Project...");
+ pb.set_message("Generating Project...");
75
create_result = create(&project_info);
76
pb.finish_and_clear();
77
} else {
0 commit comments