Skip to content

Commit 3e2d733

Browse files
committed
fix
1 parent bad2fe2 commit 3e2d733

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/cliui/select.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ func MultiSelect(cmd *cobra.Command, items []string) ([]string, error) {
140140
}
141141

142142
prompt := &survey.MultiSelect{
143-
Message: "Options:",
144143
Options: items,
145144
Default: items,
146145
}

0 commit comments

Comments
 (0)