Skip to content

Commit

Permalink
Merge 62890e4 into f1654c0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed May 18, 2019
2 parents f1654c0 + 62890e4 commit f45fff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inspec/reporters/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def format_with_color(color_name, text)

def all_unique_controls
@unique_controls ||= begin
run_data[:profiles].map { |profile|
run_data[:profiles].flat_map { |profile|
profile[:controls]
}.uniq
end
Expand Down

0 comments on commit f45fff5

Please sign in to comment.