lib/inspec/reporters/json_automate.rb in inspec-2.2.102 vs lib/inspec/reporters/json_automate.rb in inspec-2.2.112

- old
+ new

@@ -8,10 +8,10 @@ super(config) @profiles = [] end def render - output(report_merged.to_json, false) + output(report.to_json, false) end def report # grab profiles from the json parent class @profiles = profiles