Merge pull request #3210 from jyggen/patch-1
core: Fixed broken PowerShell execution
This commit is contained in:
commit
d01b9ef1df
|
@ -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