diff --git a/lib/core/Manager.js b/lib/core/Manager.js index d519b4f4b..d8c72a959 100644 --- a/lib/core/Manager.js +++ b/lib/core/Manager.js @@ -775,7 +775,7 @@ Manager.prototype._electSuitable = function (name, semvers, nonSemvers) { choices = picks.map(function (pick, index) { return index + 1; }); return Q.nfcall(this._logger.prompt.bind(this._logger), { type: 'input', - message: 'Answer:', + message: 'Answer', validate: function (choice) { choice = Number(mout.string.trim(choice.trim(), '!'));