Skip to content

Commit

Permalink
Update examples/bootstrap.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Renato Arruda <github@rarruda.org>
  • Loading branch information
sighphyre and rarruda committed Feb 11, 2022
1 parent 623fdad commit 4d4973d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/bootstrap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
disable_metrics: true,
metrics_interval: 2,
retry_limit: 2,
bootstrap_config: Unleash::Bootstrap::Configuration.new({
file_path: "examples/default-toggles.json"
})
bootstrap_config: Unleash::Bootstrap::Configuration.new(file_path: "examples/default-toggles.json")
)

feature_name = "featureX"
Expand Down

0 comments on commit 4d4973d

Please sign in to comment.