Skip to content

Commit

Permalink
Remove erroneous colon.
Browse files Browse the repository at this point in the history
  • Loading branch information
joneshf committed Nov 29, 2014
1 parent 7db5039 commit a464f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/Manager.js
Expand Up @@ -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(), '!'));

Expand Down

0 comments on commit a464f5a

Please sign in to comment.