[Groonga-commit] droonga/fluent-plugin-droonga at cd84f14 [master] Fix wrong local variable name

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Dec 19 19:07:59 JST 2013


Kouhei Sutou	2013-12-19 19:07:59 +0900 (Thu, 19 Dec 2013)

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

  Message:
    Fix wrong local variable name

  Modified files:
    lib/droonga/plugin_loader.rb

  Modified: lib/droonga/plugin_loader.rb (+2 -2)
===================================================================
--- lib/droonga/plugin_loader.rb    2013-12-19 19:07:36 +0900 (a701dc9)
+++ lib/droonga/plugin_loader.rb    2013-12-19 19:07:59 +0900 (28d5463)
@@ -25,8 +25,8 @@ module Droonga
             type = File.basename(type_path)
             Dir.glob("#{type_path}/*.rb") do |path|
               name = File.basename(path, ".rb")
-              plugin = new(type, name)
-              plugin.load
+              loader = new(type, name)
+              loader.load
             end
           end
         end
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る