From faa20488b77904ba91723754d7604620f3ee02df Mon Sep 17 00:00:00 2001 From: Jon Cowie Date: Tue, 6 Mar 2018 12:54:33 +0000 Subject: Fix chefstyle Signed-off-by: Jon Cowie --- lib/chef/data_collector.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1