Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: JiHyunSong <jihyun.song0829@gmail.com>
  • Loading branch information
JiHyunSong committed Apr 29, 2022
1 parent b04e808 commit 4410669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fluent/plugin_helper/service_discovery.rb
Expand Up @@ -44,7 +44,7 @@ def start

@discovery_manager.start
unless @discovery_manager.static_config?
timer_execute(@_plugin_helper_service_discovery_title, @_plugin_helper_service_discovery_iterval) do
timer_execute(@_plugin_helper_service_discovery_title, @_plugin_helper_service_discovery_interval) do
@discovery_manager.run_once
end
end
Expand Down Expand Up @@ -96,7 +96,7 @@ def service_discovery_rebalance
# @param custom_build_method [Proc]
def service_discovery_create_manager(title, configurations:, load_balancer: nil, custom_build_method: nil, interval: 3)
@_plugin_helper_service_discovery_title = title
@_plugin_helper_service_discovery_iterval = interval
@_plugin_helper_service_discovery_interval = interval

@discovery_manager = Fluent::PluginHelper::ServiceDiscovery::Manager.new(
log: log,
Expand Down

0 comments on commit 4410669

Please sign in to comment.