[Groonga-commit] droonga/drntest at a4c83f5 [master] Fix syntax error

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 16 15:52:13 JST 2014


Kouhei Sutou	2014-01-16 15:52:13 +0900 (Thu, 16 Jan 2014)

  New Revision: a4c83f56e391060561957438ff2904f2aaa1cb23
  https://github.com/droonga/drntest/commit/a4c83f56e391060561957438ff2904f2aaa1cb23

  Message:
    Fix syntax error

  Modified files:
    lib/drntest/engine.rb

  Modified: lib/drntest/engine.rb (+3 -3)
===================================================================
--- lib/drntest/engine.rb    2014-01-16 15:48:49 +0900 (15ceb93)
+++ lib/drntest/engine.rb    2014-01-16 15:52:13 +0900 (82c42cf)
@@ -24,9 +24,9 @@ module Drntest
 
     def initialize(params)
       @config_dir = Pathname(params[:config_dir])
-      @default_port => params[:default_port]
-      @default_host => params[:default_host]
-      @default_tag => params[:default_tag]
+      @default_port = params[:default_port]
+      @default_host = params[:default_host]
+      @default_tag = params[:default_tag]
       @fluentd = params[:fluentd]
       @fluentd_options = params[:fluentd_options]
     end
-------------- next part --------------
HTML����������������������������...
Download 



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