[Groonga-commit] droonga/droonga-engine at 98dcf98 [master] Fix syntax error

Back to archive index

YUKI Hiroshi null+****@clear*****
Sun Jun 29 04:58:40 JST 2014


YUKI Hiroshi	2014-06-29 04:58:40 +0900 (Sun, 29 Jun 2014)

  New Revision: 98dcf98affd0a7c5022b1ef692f4a5089c514331
  https://github.com/droonga/droonga-engine/commit/98dcf98affd0a7c5022b1ef692f4a5089c514331

  Message:
    Fix syntax error

  Modified files:
    bin/droonga-engine-unjoin

  Modified: bin/droonga-engine-unjoin (+1 -1)
===================================================================
--- bin/droonga-engine-unjoin    2014-06-29 04:45:53 +0900 (618c22b)
+++ bin/droonga-engine-unjoin    2014-06-29 04:58:40 +0900 (b4923ce)
@@ -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."
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index