[Groonga-commit] droonga/droonga-engine at a86b689 [master] Fix mismatched variable name

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Dec 26 15:42:20 JST 2014


YUKI Hiroshi	2014-12-26 15:42:20 +0900 (Fri, 26 Dec 2014)

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

  Message:
    Fix mismatched variable name

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2014-12-26 15:42:13 +0900 (5e2eb09)
+++ lib/droonga/serf.rb    2014-12-26 15:42:20 +0900 (1f123d1)
@@ -127,7 +127,7 @@ module Droonga
     def update_cluster_state
       path = Path.cluster_state
       new_state = current_cluster_state
-      file_contents = JSON.pretty_generate(new_list)
+      file_contents = JSON.pretty_generate(new_state)
       SafeFileWriter.write(path) do |output, file|
         output.puts(file_contents)
         @service_installation.ensure_correct_file_permission(file)
-------------- next part --------------
HTML����������������������������...
下载 



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