Skip to content

Commit

Permalink
fix: remove a space
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Mar 28, 2024
1 parent 19665c4 commit 01ad86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`))
}

Expand Down

0 comments on commit 01ad86b

Please sign in to comment.