Navigation Menu

Skip to content

Commit

Permalink
Fix typo: missing "s"
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 15, 2015
1 parent 31a8f7a commit 8911c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-system-status
Expand Up @@ -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))
Expand Down

0 comments on commit 8911c0c

Please sign in to comment.