summaryrefslogtreecommitdiff
path: root/lib/chef/data_collector.rb
diff options
context:
space:
mode:
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 65614e88ae..1c2a83337d 100644
--- a/lib/chef/data_collector.rb
+++ b/lib/chef/data_collector.rb
@@ -555,7 +555,7 @@ class Chef
data_collector_output_locations.each do |type, locations|
locations.each do |l|
- unless handle_type(type,l)
+ unless handle_type(type, l)
raise Chef::Exceptions::ConfigurationError,
"Chef::Config[:data_collector][:output_locations] contains the location #{l} which is not valid."
end