This commit is contained in:
Adam Matthiesen 2024-01-27 16:20:46 -08:00
parent 9e121f2b11
commit 009b314e1f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export async function createBasic(ctx) {
initialValue: false, initialValue: false,
}), initGitRepo: () => }), initGitRepo: () =>
prompts.confirm({ prompts.confirm({
message: `${c.cyan('Initialize a Git repository?')} ${c.gray(`( Tip: If this option gets 'stuck' press the enter button a second time! )`)}`, message: `${c.cyan('Initialize a Git repository?')} ${c.italic(c.gray(`( Tip: If this option gets 'stuck' press the enter button a second time! )`))}`,
initialValue: false, initialValue: false,
}), }),
}, },