Skip to content

Commit

Permalink
Add missing prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 27, 2014
1 parent c93c155 commit 22b23e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-engine-join
Expand Up @@ -118,7 +118,7 @@ sleep(1) # wait for restart
puts "Joining to the cluster..."

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

Expand Down

0 comments on commit 22b23e9

Please sign in to comment.