diff options
Diffstat (limited to 'lib/chef/compliance/runner.rb')
-rw-r--r-- | lib/chef/compliance/runner.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/compliance/runner.rb b/lib/chef/compliance/runner.rb index 0de8fd174e..978dc33b32 100644 --- a/lib/chef/compliance/runner.rb +++ b/lib/chef/compliance/runner.rb @@ -239,7 +239,7 @@ class Chef when "audit-enforcer" Chef::Compliance::Reporter::ComplianceEnforcer.new else - logger.warn "'#{reporter_type}' is not a supported #{Inspec::Dist::PRODUCT_NAME} report collector" + logger.warn "'#{reporter_type}' is not a supported reporter for Compliance Phase." nil end end |