Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched receiver name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 27, 2014
1 parent 3ccddf1 commit a3cf458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/command/serf_event_handler.rb
Expand Up @@ -91,7 +91,7 @@ def process_node_join
return unless @payload["type"] == "replica"

current_catalog = JSON.parse(Path.catalog.read)
current_params = generator.catalog_to_params(current_catalog)
current_params = CatalogGenerator.catalog_to_params(current_catalog)
modifications = {
dataset => {
:add_replica_hosts => [host],
Expand Down

0 comments on commit a3cf458

Please sign in to comment.