Skip to content

Commit

Permalink
Merge pull request #674 from Lynn14m/generatorFix
Browse files Browse the repository at this point in the history
add when() function to rateController prompt
  • Loading branch information
nklincoln authored Dec 2, 2019
2 parents e11763c + 9fa930e commit 4f429b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ module.exports = class extends Generator {
{name: 'Fixed Backlog', value: 'fixed-backlog'},
{name: 'Linear Rate', value: 'linear-rate'},
{name: 'Fixed Feedback Rate', value: 'fixed-feedback-rate'}
]
],
when: () => !this.options.rateController
}, {
type: 'list',
name: 'txType',
Expand Down

0 comments on commit 4f429b6

Please sign in to comment.