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",
|
||||
"-NoProfile",
|
||||
"-ExecutionPolicy", "Bypass",
|
||||
"'#{path}'",
|
||||
"&('#{path}')",
|
||||
args
|
||||
].flatten
|
||||
|
||||
|
|
Loading…
Reference in New Issue