lib/terraforming/cli.rb in aws-insight-0.14.0 vs lib/terraforming/cli.rb in aws-insight-0.14.1

- old
+ new

@@ -281,10 +281,10 @@ results = Hash.new klasses.each { |klass| begin results[klass.name.split('::')[-1]] = klass.tfstate rescue Exception => e - puts e + $stderr.puts e end } puts MultiJson.encode(results, pretty: true) end