change color

This commit is contained in:
Adam Matthiesen 2024-01-27 16:20:04 -08:00
parent d201bb6ed2
commit 9e121f2b11
2 changed files with 2 additions and 2 deletions

View File

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

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.dim(`( Tip: If this option gets 'stuck' press the enter button a second time! )`)}`, message: `${c.cyan('Initialize a Git repository?')} ${c.gray(`( Tip: If this option gets 'stuck' press the enter button a second time! )`)}`,
initialValue: false, initialValue: false,
}), }),
}, },