From 11a7032fc2b55ea7de10fc20705faff303a07350 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 8 May 2019 17:15:15 -0700 Subject: fix a bunch of weirdly mangled require lines Signed-off-by: Lamont Granquist --- lib/chef/win32/api/crypto.rb | 2 +- lib/chef/win32/api/error.rb | 2 +- lib/chef/win32/api/file.rb | 2 +- lib/chef/win32/api/installer.rb | 2 +- lib/chef/win32/api/memory.rb | 2 +- lib/chef/win32/api/net.rb | 2 +- lib/chef/win32/api/process.rb | 2 +- lib/chef/win32/api/psapi.rb | 2 +- lib/chef/win32/api/registry.rb | 2 +- lib/chef/win32/api/security.rb | 2 +- lib/chef/win32/api/synchronization.rb | 2 +- lib/chef/win32/api/system.rb | 2 +- lib/chef/win32/api/unicode.rb | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'lib/chef/win32/api') diff --git a/lib/chef/win32/api/crypto.rb b/lib/chef/win32/api/crypto.rb index a2d73b0381..ffd5d2e841 100644 --- a/lib/chef/win32/api/crypto.rb +++ b/lib/chef/win32/api/crypto.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require_relative "" +require_relative "../api" class Chef module ReservedNames::Win32 diff --git a/lib/chef/win32/api/error.rb b/lib/chef/win32/api/error.rb index a4ac7e4a13..618ce266f6 100644 --- a/lib/chef/win32/api/error.rb +++ b/lib/chef/win32/api/error.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require_relative "" +require_relative "../api" class Chef module ReservedNames::Win32 diff --git a/lib/chef/win32/api/file.rb b/lib/chef/win32/api/file.rb index 76153a01a5..e09fdd0ae4 100644 --- a/lib/chef/win32/api/file.rb +++ b/lib/chef/win32/api/file.rb @@ -17,7 +17,7 @@ # limitations under the License. # -require_relative "" +require_relative "../api" require_relative "security" require_relative "system" require_relative "../unicode" diff --git a/lib/chef/win32/api/installer.rb b/lib/chef/win32/api/installer.rb index bb0215255a..2ad23be960 100644 --- a/lib/chef/win32/api/installer.rb +++ b/lib/chef/win32/api/installer.rb @@ -17,7 +17,7 @@ # require_relative "../../exceptions" -require_relative "" +require_relative "../api" require_relative "../error" require "pathname" diff --git a/lib/chef/win32/api/memory.rb b/lib/chef/win32/api/memory.rb index 4738ef4be6..369ab5e650 100644 --- a/lib/chef/win32/api/memory.rb +++ b/lib/chef/win32/api/memory.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require_relative "" +require_relative "../api" class Chef module ReservedNames::Win32 diff --git a/lib/chef/win32/api/net.rb b/lib/chef/win32/api/net.rb index f339a3f12d..df4411b429 100644 --- a/lib/chef/win32/api/net.rb +++ b/lib/chef/win32/api/net.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require_relative "" +require_relative "../api" require_relative "../unicode" class Chef diff --git a/lib/chef/win32/api/process.rb b/lib/chef/win32/api/process.rb index fc06d805d6..3ac6a5c222 100644 --- a/lib/chef/win32/api/process.rb +++ b/lib/chef/win32/api/process.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require_relative "" +require_relative "../api" class Chef module ReservedNames::Win32 diff --git a/lib/chef/win32/api/psapi.rb b/lib/chef/win32/api/psapi.rb index 13c83f0545..852cb9710b 100644 --- a/lib/chef/win32/api/psapi.rb +++ b/lib/chef/win32/api/psapi.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require_relative "" +require_relative "../api" class Chef module ReservedNames::Win32 diff --git a/lib/chef/win32/api/registry.rb b/lib/chef/win32/api/registry.rb index d9ea074c49..c368add37a 100644 --- a/lib/chef/win32/api/registry.rb +++ b/lib/chef/win32/api/registry.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require_relative "" +require_relative "../api" class Chef module ReservedNames::Win32 diff --git a/lib/chef/win32/api/security.rb b/lib/chef/win32/api/security.rb index e35fbbf46d..b6b54a63d5 100644 --- a/lib/chef/win32/api/security.rb +++ b/lib/chef/win32/api/security.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require_relative "" +require_relative "../api" class Chef module ReservedNames::Win32 diff --git a/lib/chef/win32/api/synchronization.rb b/lib/chef/win32/api/synchronization.rb index 5543f68b94..19ca24bf00 100644 --- a/lib/chef/win32/api/synchronization.rb +++ b/lib/chef/win32/api/synchronization.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require_relative "" +require_relative "../api" class Chef module ReservedNames::Win32 diff --git a/lib/chef/win32/api/system.rb b/lib/chef/win32/api/system.rb index 70a3d78e42..ebe89f357f 100644 --- a/lib/chef/win32/api/system.rb +++ b/lib/chef/win32/api/system.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require_relative "" +require_relative "../api" class Chef module ReservedNames::Win32 diff --git a/lib/chef/win32/api/unicode.rb b/lib/chef/win32/api/unicode.rb index ae68671a6a..05c098fc62 100644 --- a/lib/chef/win32/api/unicode.rb +++ b/lib/chef/win32/api/unicode.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require_relative "" +require_relative "../api" class Chef module ReservedNames::Win32 -- cgit v1.2.1