Navigation Menu

Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 28, 2014
1 parent b6e97b0 commit 98dcf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-engine-unjoin
Expand Up @@ -83,7 +83,7 @@ puts "Unjoining replica from the cluster..."

Droonga::Serf.send_query(options.remaining_node, "remove_replicas",
"dataset" => options.dataset,
"hosts" => [options.replica_remove_host]))
"hosts" => [options.replica_remove_host])

puts "Done."

Expand Down

0 comments on commit 98dcf98

Please sign in to comment.