summaryrefslogtreecommitdiff
path: root/lib/chef/win32/eventlog.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/win32/eventlog.rb')
-rw-r--r--lib/chef/win32/eventlog.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/win32/eventlog.rb b/lib/chef/win32/eventlog.rb
index 24af2da0d6..a056900101 100644
--- a/lib/chef/win32/eventlog.rb
+++ b/lib/chef/win32/eventlog.rb
@@ -25,7 +25,7 @@ if Chef::Platform::windows? and not Chef::Platform::windows_server_2003?
end
end
- require 'win32/eventlog'
+ require "win32/eventlog"
Chef::Win32EventLogLoaded = true
end
end