Skip to content

Commit e953edf

Browse files
author
ando
authored
Merge pull request #27 from iamando/develop
chore: use modified not staged files on message no files added to commit
2 parents c146b3b + a1ca495 commit e953edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/commiter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const commiter = async () => {
4040
if (stdoutStatus.includes('no changes added to commit')) {
4141
const addStagedFiles = await confirm({
4242
message:
43-
'No changes added to commit, would you like to add staged files ?',
43+
'No changes added to commit, would you like to add modified files ?',
4444
initialValue: true,
4545
})
4646

0 commit comments

Comments
 (0)