change wording

This commit is contained in:
Adam Matthiesen 2024-01-27 20:20:05 -08:00
parent 2ffc8bf22b
commit 49331b1d5d
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -50,7 +50,7 @@ export async function createBasic(ctx) {
// initialValue: false,
//}),
readyCheck: () => p.confirm({
message: `${c.bgYellow(c.black(c.bold(' CONFIRM: Press Select Yes to continue or `Ctrl+C` to Cancel. ')))}`,
message: `${c.bgYellow(c.black(c.bold(' CONFIRM: Press Enter Twice to continue or `Ctrl+C` to Cancel. ')))}`,
initialValue: true,
}),
},