core: pass along the UI class so we don't get a silent UI

This commit is contained in:
Mitchell Hashimoto 2014-03-14 17:44:31 -07:00
parent 4349800374
commit b38876ac50
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ module Vagrant
env = Vagrant::Environment.new( env = Vagrant::Environment.new(
cwd: entry.vagrantfile_path, cwd: entry.vagrantfile_path,
home_path: @env.home_path, home_path: @env.home_path,
ui_class: @env.ui_class,
) )
env.machine(entry.name.to_sym, entry.provider.to_sym) env.machine(entry.name.to_sym, entry.provider.to_sym)
end end