[Groonga-commit] droonga/droonga-engine at 82454d4 [master] Remove a needless "-"

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 23 16:27:39 JST 2014


Kouhei Sutou	2014-05-23 16:27:39 +0900 (Fri, 23 May 2014)

  New Revision: 82454d4740abc6ad7223dda683f4f489c34cf640
  https://github.com/droonga/droonga-engine/commit/82454d4740abc6ad7223dda683f4f489c34cf640

  Message:
    Remove a needless "-"

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2014-05-23 16:25:02 +0900 (35c9b76)
+++ lib/droonga/serf.rb    2014-05-23 16:27:39 +0900 (7bc3958)
@@ -41,7 +41,7 @@ module Droonga
       ENV["SERF_RPC_ADDRESS"] = rpc_address
       retry_joins = []
       detect_other_hosts.each do |other_host|
-        retry_joins.push("--retry-join", other_host)
+        retry_joins.push("-retry-join", other_host)
       end
       @serf_pid = run("agent",
                       "-node", @name,
-------------- next part --------------
HTML����������������������������...
Download 



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