From d84f29f12cc3527a421b6284fce7bf20015d2241 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 18 Jun 2018 09:08:05 -0700 Subject: [PATCH] Just provide module path as conversion is done earlier --- plugins/providers/hyperv/driver.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/providers/hyperv/driver.rb b/plugins/providers/hyperv/driver.rb index ff3fe98a3..8e949c1b7 100644 --- a/plugins/providers/hyperv/driver.rb +++ b/plugins/providers/hyperv/driver.rb @@ -239,7 +239,7 @@ module VagrantPlugins # Include our module path so we can nicely load helper modules opts = { notify: [:stdout, :stderr, :stdin], - module_path: Vagrant::Util::Platform.wsl_to_windows_path(mod_path) + module_path: mod_path } Vagrant::Util::PowerShell.execute(path, *ps_options, **opts, &block)