diff options
Diffstat (limited to 'lib/chef/win32/api/psapi.rb')
-rw-r--r-- | lib/chef/win32/api/psapi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |