diff --git a/lib/vagrant/util/powershell.rb b/lib/vagrant/util/powershell.rb index e092cdde9..7baba26ce 100644 --- a/lib/vagrant/util/powershell.rb +++ b/lib/vagrant/util/powershell.rb @@ -21,7 +21,7 @@ module Vagrant "powershell", "-NoProfile", "-ExecutionPolicy", "Bypass", - "'#{path}'", + "&('#{path}')", args ].flatten