Skip to content

Commit

Permalink
fix: askx new -> list of selections is not static when choosing deplo…
Browse files Browse the repository at this point in the history
…yer (#91)
  • Loading branch information
Chih-Ying authored Mar 31, 2020
1 parent ea8da7a commit 5d86874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commands/v2new/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ function getDeploymentType(deployType, callback) {
type: 'list',
name: 'deployDelegate',
choices: deployDelegateChoices,
pageSize: 30,
filter: input => input.replace(/\n.*/g, '')
}]).then((answer) => {
callback(null, answer.deployDelegate);
Expand Down

0 comments on commit 5d86874

Please sign in to comment.