[Groonga-commit] droonga/fluent-plugin-droonga at 40cef06 [master] Fix syntax error

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 28 20:14:14 JST 2013


YUKI Hiroshi	2013-11-28 20:14:14 +0900 (Thu, 28 Nov 2013)

  New Revision: 40cef064f97598d213cd17541dac23997c63ebb2
  https://github.com/droonga/fluent-plugin-droonga/commit/40cef064f97598d213cd17541dac23997c63ebb2

  Message:
    Fix syntax error

  Modified files:
    lib/droonga/plugin/distributor/search.rb

  Modified: lib/droonga/plugin/distributor/search.rb (+2 -2)
===================================================================
--- lib/droonga/plugin/distributor/search.rb    2013-11-28 20:13:31 +0900 (4498d9a)
+++ lib/droonga/plugin/distributor/search.rb    2013-11-28 20:14:14 +0900 (3e7a7a7)
@@ -180,8 +180,8 @@ module Droonga
           case attribute
           when String
             {
-              "label": key,
-              "source": attribute,
+              "label" => key,
+              "source" => attribute,
             }
           when Hash
             attribute["label"] = key
-------------- next part --------------
HTML����������������������������...
Download 



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