Just provide module path as conversion is done earlier
This commit is contained in:
parent
07c5fd4885
commit
d84f29f12c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue