Commit ab9f78d7 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[IPC] Use new #to_pretty_json method

parent f9d3ec07
...@@ -30,7 +30,7 @@ module Pod ...@@ -30,7 +30,7 @@ module Pod
def run def run
require 'json' require 'json'
spec = Specification.from_file(@path) spec = Specification.from_file(@path)
output_pipe.puts(JSON.pretty_generate(spec)) output_pipe.puts(spec.to_pretty_json)
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment