diff --git a/src/index.ts b/src/index.ts index 3e0ff13..6e1145a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -160,7 +160,7 @@ async function main() { ) } - console.log(chalk.green('🎉 ' + chalk.bold('Copied project files'))) + console.log(chalk.green('🎉 ' + chalk.bold('Copied project files'))) console.log(chalk.gray('Get started with:'), chalk.bold(`cd ${target}`)) }