still trying to fix the one option

This commit is contained in:
Adam Matthiesen 2024-01-27 19:53:51 -08:00
parent 7d8555a95b
commit 9570e8e6da
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@matthiesenxyz/create-astro-ghostcms",
"version": "0.0.1-dev17",
"version": "0.0.1-dev18",
"description": "Utility to quickly get started with our Integration and astro",
"type": "module",
"main": "./create-astro-ghostcms.mjs",

View File

@ -46,7 +46,7 @@ export async function createBasic(ctx) {
initialValue: false,
}),
GitRepo: () => p.confirm({
message: `${c.cyan('Initialize a Git repository?')} ${c.italic(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: This Option gets Stuck Press Enter Twice if you get no reponse! )"))}`,
initialValue: false,
}),
readyCheck: () => p.confirm({