Merge pull request #3210 from jyggen/patch-1

core: Fixed broken PowerShell execution
This commit is contained in:
Mitchell Hashimoto 2014-03-14 08:34:34 -07:00
commit d01b9ef1df
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module Vagrant
"powershell",
"-NoProfile",
"-ExecutionPolicy", "Bypass",
"'#{path}'",
"&('#{path}')",
args
].flatten