diff --git a/packages/create-astro-ghostcms/package.json b/packages/create-astro-ghostcms/package.json index 71681c8c..accb62dd 100644 --- a/packages/create-astro-ghostcms/package.json +++ b/packages/create-astro-ghostcms/package.json @@ -1,6 +1,6 @@ { "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", "type": "module", "main": "./create-astro-ghostcms.mjs", diff --git a/packages/create-astro-ghostcms/src/runners/basic.js b/packages/create-astro-ghostcms/src/runners/basic.js index a380df52..cadc00a4 100644 --- a/packages/create-astro-ghostcms/src/runners/basic.js +++ b/packages/create-astro-ghostcms/src/runners/basic.js @@ -45,7 +45,7 @@ export async function createBasic(ctx) { initialValue: false, }), initGitRepo: () => 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, }), },