summaryrefslogtreecommitdiff
path: root/lib/chef/win32/mutex.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/win32/mutex.rb')
-rw-r--r--lib/chef/win32/mutex.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/win32/mutex.rb b/lib/chef/win32/mutex.rb
index 85f4036c87..3ef1bf12b5 100644
--- a/lib/chef/win32/mutex.rb
+++ b/lib/chef/win32/mutex.rb
@@ -29,8 +29,7 @@ class Chef
create_system_mutex
end
- attr_reader :handle
- attr_reader :name
+ attr_reader :handle, :name
#####################################################
# Attempts to grab the mutex.