From 3aaeb85adfa32abcb142fddbcfbee9717a3fac2e Mon Sep 17 00:00:00 2001 From: doapp-ryanp Date: Mon, 28 Sep 2015 08:32:29 -0500 Subject: [PATCH] remove select key --- lib/commands/deploy_lambda.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/deploy_lambda.js b/lib/commands/deploy_lambda.js index 70a1b9f88..4fa8bc392 100644 --- a/lib/commands/deploy_lambda.js +++ b/lib/commands/deploy_lambda.js @@ -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] });