[Groonga-commit] droonga/droonga-client-ruby at 8911c0c [master] Fix typo: missing "s"

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 15 15:59:42 JST 2015


YUKI Hiroshi	2015-04-15 15:59:42 +0900 (Wed, 15 Apr 2015)

  New Revision: 8911c0cd7572b94b32458a6f2492690a06d0dbee
  https://github.com/droonga/droonga-client-ruby/commit/8911c0cd7572b94b32458a6f2492690a06d0dbee

  Message:
    Fix typo: missing "s"

  Modified files:
    bin/droonga-system-status

  Modified: bin/droonga-system-status (+1 -1)
===================================================================
--- bin/droonga-system-status    2015-04-15 15:58:27 +0900 (b9c34fa)
+++ bin/droonga-system-status    2015-04-15 15:59:42 +0900 (06dffa3)
@@ -33,7 +33,7 @@ module Droonga
                                   "type"    => "system.status")
         body = response["body"]
 
-        if @option[:pretty]
+        if @options[:pretty]
           puts(JSON.pretty_generate(body))
         else
           puts(JSON.generate(body))
-------------- next part --------------
HTML����������������������������...
Descargar 



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