From 113c7cf873049dfc2387d5276ad11f16a1427f2a Mon Sep 17 00:00:00 2001 From: sawanoboly Date: Sat, 25 Apr 2015 17:29:48 +0900 Subject: avoid platfomr matched /mswin|mingw|windows/ --- lib/chef/log.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/log.rb') diff --git a/lib/chef/log.rb b/lib/chef/log.rb index 84d71c4f9c..a47002a2fc 100644 --- a/lib/chef/log.rb +++ b/lib/chef/log.rb @@ -21,7 +21,7 @@ require 'logger' require 'chef/monologger' require 'chef/exceptions' require 'mixlib/log' -require 'chef/log/syslog' +require 'chef/log/syslog' unless (RUBY_PLATFORM =~ /mswin|mingw|windows/) class Chef class Log -- cgit v1.2.1