Navigation Menu

Skip to content

Commit

Permalink
Specify host name correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 27, 2014
1 parent 2ea22d6 commit 1d2e9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-engine-join
Expand Up @@ -119,7 +119,7 @@ sleep(1) # wait for restart

puts "Joining to the cluster..."

name = "#{options.host}:#{options.port}/#{options.tag}"
name = "#{options.my_host}:#{options.port}/#{options.tag}"
Droonga::Serf.send_event(name, "join", "dataset" => options.dataset,
"type" => "replica",
"host" => options.host)
Expand Down

0 comments on commit 1d2e9fe

Please sign in to comment.