[Groonga-commit] groonga/groonga at f7cb91e [master] mrb: add missing argument

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 16 18:17:24 JST 2015


Kouhei Sutou	2015-07-16 18:17:24 +0900 (Thu, 16 Jul 2015)

  New Revision: f7cb91e301a8ae8d58bd06a8ba6a9477bd8957f9
  https://github.com/groonga/groonga/commit/f7cb91e301a8ae8d58bd06a8ba6a9477bd8957f9

  Message:
    mrb: add missing argument

  Modified files:
    lib/mrb/scripts/command.rb

  Modified: lib/mrb/scripts/command.rb (+1 -1)
===================================================================
--- lib/mrb/scripts/command.rb    2015-07-16 18:08:22 +0900 (5805943)
+++ lib/mrb/scripts/command.rb    2015-07-16 18:17:24 +0900 (e50d362)
@@ -35,7 +35,7 @@ module Groonga
           cache.unref(key)
         else
           yield
-          cache.update(context.output)
+          cache.update(key, context.output)
         end
       end
     end
-------------- next part --------------
HTML����������������������������...
Download 



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