Skip to content

Commit 0da149a

Browse files
committed
🐛 Fix: provided a choices param
1 parent 965ec99 commit 0da149a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/promptConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const questions = (choicesList) => {
2323
type: 'list',
2424
name: 'type',
2525
message: 'Select the type of your commit:',
26-
choicesList,
26+
choices: choicesList,
2727
},
2828
{
2929
type: 'input',

0 commit comments

Comments
 (0)