summaryrefslogtreecommitdiff
path: root/lib/chef/compliance/reporter/json_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/compliance/reporter/json_file.rb')
-rw-r--r--lib/chef/compliance/reporter/json_file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/compliance/reporter/json_file.rb b/lib/chef/compliance/reporter/json_file.rb
index 4d074242ca..ecd2e77b55 100644
--- a/lib/chef/compliance/reporter/json_file.rb
+++ b/lib/chef/compliance/reporter/json_file.rb
@@ -16,7 +16,7 @@ class Chef
def validate_config!
if @path.nil? || @path.class != String || @path.empty?
- raise "CMPL007: json_file reporter: node['audit']['json_file']['location'] must contain a file path"
+ raise "CMPL009: json_file reporter: node['audit']['json_file']['location'] must contain a file path"
end
end
end