Just provide module path as conversion is done earlier

This commit is contained in:
Chris Roberts 2018-06-18 09:08:05 -07:00
parent 07c5fd4885
commit d84f29f12c
1 changed files with 1 additions and 1 deletions

View File

@ -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)