summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-11-22 10:37:24 -0800
committerSerdar Sutay <serdar@opscode.com>2014-11-22 10:37:24 -0800
commit8440beb5ac26039d6db52acd9cc9aec14affddc2 (patch)
treea38c1af7baca8d388a7ec81ad223a6288e3c2da8 /lib
parent34aa6f47c5ca9d070cea2bac72788d7904063da9 (diff)
downloadchef-8440beb5ac26039d6db52acd9cc9aec14affddc2.tar.gz
Fix copy pasta error.sersut/failed-run-issue
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/audit/audit_reporter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/audit/audit_reporter.rb b/lib/chef/audit/audit_reporter.rb
index b0eb835c0c..2e22e6cf9d 100644
--- a/lib/chef/audit/audit_reporter.rb
+++ b/lib/chef/audit/audit_reporter.rb
@@ -65,7 +65,7 @@ class Chef
end
def run_failed(error)
- post_reporting_data(error)
+ post_auditing_data(error)
end
def control_group_started(name)