Skip to content

Commit

Permalink
Another iteration of pretty print
Browse files Browse the repository at this point in the history
  • Loading branch information
danrasband committed Mar 13, 2014
1 parent af82e24 commit 9670e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cfndsl/CloudFormationTemplate.rb
Expand Up @@ -13,7 +13,7 @@ def initialize
end

def generateOutput()
puts self.to_json {:space => ' ', :indent => ' ', :object_nl => "\n", :array_nl => "\n" }
puts JSON.pretty_generate(self)
end

@@globalRefs = {
Expand Down

0 comments on commit 9670e51

Please sign in to comment.