Navigation Menu

Skip to content

Commit

Permalink
Specify joining host name correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 27, 2014
1 parent 1d2e9fe commit 1728886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-engine-join
Expand Up @@ -122,7 +122,7 @@ puts "Joining to the cluster..."
name = "#{options.my_host}:#{options.port}/#{options.tag}"
Droonga::Serf.send_event(name, "join", "dataset" => options.dataset,
"type" => "replica",
"host" => options.host)
"host" => options.my_host)

puts "Done."

Expand Down

0 comments on commit 1728886

Please sign in to comment.