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