Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek jha <[email protected]>
  • Loading branch information
duckling69 authored Jun 18, 2024
1 parent 0e10748 commit 7a3570e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generator-caliper/generators/benchmark/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ 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'},
{name: 'Fixed Load', value: "fixed-load"}
{name: 'Fixed Load', value: 'fixed-load'}
],
when: () => !this.options.rateController
}, {
Expand Down

0 comments on commit 7a3570e

Please sign in to comment.