diff --git a/src/commands/commit.ts b/src/commands/commit.ts index e5624ec..c9ed773 100644 --- a/src/commands/commit.ts +++ b/src/commands/commit.ts @@ -79,7 +79,7 @@ export async function commit(isStageAllFlag = false) { .bold('`oc`')} command.` ); - stagedFilesSpinner.stop('Counting staged files'); + stagedFilesSpinner.stop('No files are staged'); const isStageAllAndCommitConfirmedByUser = await confirm({ message: 'Do you want to stage all files and generate commit message?' });