diff options
author | Jon Cowie <jonlives@gmail.com> | 2018-03-06 12:54:33 +0000 |
---|---|---|
committer | Jon Cowie <jonlives@gmail.com> | 2018-03-06 12:54:33 +0000 |
commit | faa20488b77904ba91723754d7604620f3ee02df (patch) | |
tree | 67520be6dd87e27239dd0968d925d0c42ac0a87e | |
parent | 06a4739692644a36a9199770f445145f1c3e4eb3 (diff) | |
download | chef-faa20488b77904ba91723754d7604620f3ee02df.tar.gz |
Fix chefstyle
Signed-off-by: Jon Cowie <jonlives@gmail.com>
-rw-r--r-- | lib/chef/data_collector.rb | 2 |
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 |