diff --git a/examples/bootstrap.rb b/examples/bootstrap.rb index 9ebba508..80697965 100755 --- a/examples/bootstrap.rb +++ b/examples/bootstrap.rb @@ -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"