Navigation Menu

Skip to content

Commit

Permalink
Output pretty printed JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 7, 2014
1 parent e3ae918 commit 64659df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-catalog-generate
Expand Up @@ -75,5 +75,5 @@ end

catalog = generator.generate
open_output(options.output_path) do |output|
output.puts(JSON.generate(catalog))
output.puts(JSON.pretty_generate(catalog))
end

0 comments on commit 64659df

Please sign in to comment.