summaryrefslogtreecommitdiff
path: root/lib/chef/provider/windows_path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/windows_path.rb')
-rw-r--r--lib/chef/provider/windows_path.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/provider/windows_path.rb b/lib/chef/provider/windows_path.rb
index 1c78e20606..e0c686d025 100644
--- a/lib/chef/provider/windows_path.rb
+++ b/lib/chef/provider/windows_path.rb
@@ -17,8 +17,8 @@
#
require "chef/mixin/windows_env_helper" if Chef::Platform.windows?
-require "chef/mixin/wide_string"
-require "chef/exceptions"
+require_relative "../mixin/wide_string"
+require_relative "../exceptions"
class Chef
class Provider