summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/compliance/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/compliance/runner.rb b/lib/chef/compliance/runner.rb
index e378f6c8d7..ade35d4861 100644
--- a/lib/chef/compliance/runner.rb
+++ b/lib/chef/compliance/runner.rb
@@ -360,7 +360,7 @@ class Chef
end
def requested_reporters
- Array(node["audit"]["reporter"]) + ["cli"]
+ (Array(node["audit"]["reporter"]) + ["cli"]).uniq
end
end
end