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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/windows_path.rb b/lib/chef/provider/windows_path.rb
index e0c686d025..859efdde38 100644
--- a/lib/chef/provider/windows_path.rb
+++ b/lib/chef/provider/windows_path.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require "chef/mixin/windows_env_helper" if Chef::Platform.windows?
+require_relative "../mixin/windows_env_helper" if Chef::Platform.windows?
require_relative "../mixin/wide_string"
require_relative "../exceptions"