mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
remove select key
This commit is contained in:
parent
6ea1fdd8e6
commit
3aaeb85adf
@ -112,7 +112,7 @@ CMD.prototype._promptStage = Promise.method(function() {
|
||||
var choices = [];
|
||||
for (var i = 0; i < stages.length; i++) {
|
||||
choices.push({
|
||||
key: (i + 1) + ') ',
|
||||
key: '',
|
||||
value: stages[i],
|
||||
label: stages[i]
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user