Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 5c0b68e

Browse files
IanSkelskeyactions-user
authored andcommitted
Prettified Code!
1 parent 64c106d commit 5c0b68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/prompt.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export async function confirmCommitMessage(commitMessage: string): Promise<boole
1515
print('info', 'Commit message:');
1616
print('content', commitMessage);
1717
const answer = await inquirer.prompt({
18-
type: 'confirm',
19-
name: 'commit',
18+
type: 'confirm',
19+
name: 'commit',
2020
message: `Do you want to commit with this message?`,
2121
});
2222
return answer.commit;

0 commit comments

Comments
 (0)