Skip to content

Commit c25ff60

Browse files
committed
chore: multi-input confirm prompt label
1 parent f22c562 commit c25ff60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prompts/multi_input.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ func (m *MultiInput) Run() (string, error) {
4040
answers = append(answers, result)
4141

4242
add := promptui.Select{
43-
Label: "Add more? [Y",
44-
Items: []string{"yes", "no"},
43+
Label: "Add more?",
44+
Items: []string{"no", "yes"},
4545
}
4646
_, confirm, err := add.Run()
4747
if err != nil {

0 commit comments

Comments
 (0)