Fixed broken PowerShell scripts execution [GH-3192]

This commit is contained in:
Jonas Stendahl 2014-03-14 12:42:28 +01:00
parent f0ee138e87
commit d7320399e2
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