Skip to content

Commit 9114997

Browse files
author
Pietro Bongiovanni
committed
Fix for Commitzen 2.9.6
1 parent 4c95b10 commit 9114997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function prompter(cz, commit) {
7272
name: 'comment',
7373
message: 'Jira comment (optional):\n'
7474
},
75-
], commitAnswers);
75+
]).then(commitAnswers);
7676

7777
function commitAnswers(answers) {
7878
commit(filter([

0 commit comments

Comments
 (0)