core: pass along the UI class so we don't get a silent UI
This commit is contained in:
parent
4349800374
commit
b38876ac50
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue