summaryrefslogtreecommitdiff
path: root/lib/chef/win32/api/registry.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/win32/api/registry.rb')
-rw-r--r--lib/chef/win32/api/registry.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/win32/api/registry.rb b/lib/chef/win32/api/registry.rb
index cbbf6b66bb..d01700f159 100644
--- a/lib/chef/win32/api/registry.rb
+++ b/lib/chef/win32/api/registry.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/win32/api'
+require "chef/win32/api"
class Chef
module ReservedNames::Win32
@@ -28,7 +28,7 @@ class Chef
# Win32 API Bindings
###############################################
- ffi_lib 'advapi32'
+ ffi_lib "advapi32"
# LONG WINAPI RegDeleteKeyEx(
# _In_ HKEY hKey,