summaryrefslogtreecommitdiff
path: root/lib/chef/win32/eventlog.rb
diff options
context:
space:
mode:
authorAbhishekKr <abhikumar163@gmail.com>2016-09-10 02:28:30 +0530
committerAbhishekKr <abhikumar163@gmail.com>2016-09-10 02:28:30 +0530
commit5c01c0f74941d4f788e254ae4d040c0e4a2a477d (patch)
tree8cf25328d577db77d191d88bdc85277629553f3e /lib/chef/win32/eventlog.rb
parentc3c6cfc156d0a0bfe7c7dd4f273a2c2bdc4b0281 (diff)
parent3731bff0641d0cb12780bc52376e50d9a0a71644 (diff)
downloadchef-5c01c0f74941d4f788e254ae4d040c0e4a2a477d.tar.gz
Merge branch 'master' of https://github.com/chef/chef
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 4254b8ead3..eae0ae4abf 100644
--- a/lib/chef/win32/eventlog.rb
+++ b/lib/chef/win32/eventlog.rb
@@ -26,6 +26,6 @@ if Chef::Platform.windows? && (not Chef::Platform.windows_server_2003?)
end
require "win32/eventlog"
- Chef::Win32EventLogLoaded = true
+ Chef::Win32EventLogLoaded = true # rubocop:disable Style/ConstantName
end
end