Skip to content

Commit

Permalink
chore: minor string formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
MathurAditya724 committed Aug 1, 2024
1 parent 3708fd9 commit 6813dc3
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 @@ -155,7 +155,7 @@ async function main() {
fs.writeFileSync(packageJsonPath, JSON.stringify(newPackageJson, null, 2))
}

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 6813dc3

Please sign in to comment.