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

Back to archive index

YUKI Hiroshi null+****@clear*****
Sun Nov 30 04:44:05 JST 2014


YUKI Hiroshi	2014-11-30 04:44:05 +0900 (Sun, 30 Nov 2014)

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

  Message:
    Fix mismatched variable name

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2014-11-30 04:29:27 +0900 (f16f184)
+++ lib/droonga/serf.rb    2014-11-30 04:44:05 +0900 (10ec33b)
@@ -144,7 +144,7 @@ module Droonga
       nodes
     end
 
-    def set_tag(tag_name, value)
+    def set_tag(name, value)
       ensure_serf
       run_once("tags", "-set", "#{name}=#{value}")
     end
-------------- next part --------------
HTML����������������������������...
Download 



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