diff options
-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 24daabc02f..5424461f76 100644 --- a/lib/chef/data_collector.rb +++ b/lib/chef/data_collector.rb @@ -211,8 +211,8 @@ class Chef # def send_to_output_locations(message) return unless Chef::Config[:data_collector][:output_locations] - Chef::DataCollector::ConfigValidation.validate_output_locations! + Chef::DataCollector::ConfigValidation.validate_output_locations! Chef::Config[:data_collector][:output_locations].each do |type, locations| Array(locations).each do |location| send_to_file_location(location, message) if type == :files |