summaryrefslogtreecommitdiff
path: root/lib/chef/resource_reporter.rb
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2015-05-19 17:11:10 -0700
committerBryan McLellan <btm@loftninjas.org>2015-05-27 14:16:29 -0400
commit166a6db885fe988c71c403c7f22c1d7b1189830a (patch)
treeafac877636e49f3f2dcc146de142d4724c48e646 /lib/chef/resource_reporter.rb
parentdd89bd93841acf8aa64a9dc21f64e09d2fe7b762 (diff)
downloadchef-166a6db885fe988c71c403c7f22c1d7b1189830a.tar.gz
remove configuration option
Diffstat (limited to 'lib/chef/resource_reporter.rb')
-rw-r--r--lib/chef/resource_reporter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource_reporter.rb b/lib/chef/resource_reporter.rb
index 7829bb4d70..7d13a5a5ce 100644
--- a/lib/chef/resource_reporter.rb
+++ b/lib/chef/resource_reporter.rb
@@ -213,7 +213,7 @@ class Chef
# If we failed before we received the run_started callback, there's not much we can do
# in terms of reporting
if @run_status
- post_reporting_data
+ post_reporting_data
end
end