Skip to content

Commit

Permalink
fix: project name
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmoov committed Jul 9, 2023
1 parent d19f6e5 commit 2d2374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/new/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const projectForm = async (projectName: string, args: any[]): Promise<void> => {
progressBar.stop();

console.log("\n");
console.log("🐎 Project ",chalk.green(projName), "created successfully!");
console.log("🐎 Project ", chalk.green(answer.name), "created successfully!");
console.log("🤙 Run the following commands to start the project:\n");

console.log(chalk.bold.gray(`$ cd ${answer.name}`));
Expand Down

0 comments on commit 2d2374d

Please sign in to comment.