summaryrefslogtreecommitdiff
path: root/lib/chef/data_collector.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@chef.io>2016-11-03 20:50:13 -0700
committerdanielsdeleo <dan@chef.io>2016-11-03 21:20:50 -0700
commita88e3068a9bd1755120663c8a4ff6ced70c7fd1d (patch)
treecbeb1e40c9339f30d8833ec25c76d2cd9a1d8755 /lib/chef/data_collector.rb
parenta155e20e796e16902498634efe9798b135395d9a (diff)
downloadchef-a88e3068a9bd1755120663c8a4ff6ced70c7fd1d.tar.gz
Don't double-JSON data collector run complete messages
Signed-off-by: Daniel DeLeo <dan@chef.io>
Diffstat (limited to 'lib/chef/data_collector.rb')
-rw-r--r--lib/chef/data_collector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/data_collector.rb b/lib/chef/data_collector.rb
index b92e9c122f..da7aeee3b8 100644
--- a/lib/chef/data_collector.rb
+++ b/lib/chef/data_collector.rb
@@ -359,7 +359,7 @@ class Chef
status: opts[:status],
error_descriptions: error_descriptions,
deprecations: deprecations.to_a
- ).to_json
+ )
)
end