Skip to content

Commit

Permalink
fix: project name (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateus Vasconcelos committed Jul 13, 2023
1 parent d19f6e5 commit 78acc52
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 78acc52

Please sign in to comment.