Skip to content

Commit

Permalink
Merge pull request #3210 from jyggen/patch-1
Browse files Browse the repository at this point in the history
core: Fixed broken PowerShell execution
  • Loading branch information
mitchellh committed Mar 14, 2014
2 parents 0c805de + d732039 commit d01b9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant/util/powershell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def self.execute(path, *args, **opts, &block)
"powershell",
"-NoProfile",
"-ExecutionPolicy", "Bypass",
"'#{path}'",
"&('#{path}')",
args
].flatten

Expand Down

0 comments on commit d01b9ef

Please sign in to comment.