Fixed broken PowerShell scripts execution [GH-3192]
This commit is contained in:
parent
f0ee138e87
commit
d7320399e2
|
@ -21,7 +21,7 @@ module Vagrant
|
|||
"powershell",
|
||||
"-NoProfile",
|
||||
"-ExecutionPolicy", "Bypass",
|
||||
"'#{path}'",
|
||||
"&('#{path}')",
|
||||
args
|
||||
].flatten
|
||||
|
||||
|
|
Loading…
Reference in New Issue