diff --git a/package.json b/package.json index 3eb466c..7e8b5d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sern/cli", - "version": "1.4.0", + "version": "1.4.1", "description": "Official CLI for @sern/handler", "exports": "./dist/index.js", "bin": { diff --git a/src/prompts/init.ts b/src/prompts/init.ts index 92f3847..5d9ec66 100644 --- a/src/prompts/init.ts +++ b/src/prompts/init.ts @@ -49,7 +49,7 @@ export const npmInit: PromptObject = { export const gitInit: PromptObject = { name: 'gitinit', type: 'confirm', - message: `Do you want to ${blueBright('me')} to initialize git?`, + message: `Do you want ${blueBright('me')} to initialize git?`, initial: true, };