core: keep the same UI when handling a box URL
This commit is contained in:
parent
2550a76edb
commit
c280af0b9c
|
@ -45,9 +45,11 @@ module Vagrant
|
||||||
|
|
||||||
if box_updated
|
if box_updated
|
||||||
# Reload the environment and set the VM to be the new loaded VM.
|
# Reload the environment and set the VM to be the new loaded VM.
|
||||||
|
old_machine = env[:machine]
|
||||||
env[:machine] = machine.vagrantfile.machine(
|
env[:machine] = machine.vagrantfile.machine(
|
||||||
machine.name, machine.provider_name,
|
machine.name, machine.provider_name,
|
||||||
machine.env.boxes, machine.data_dir, machine.env)
|
machine.env.boxes, machine.data_dir, machine.env)
|
||||||
|
env[:machine].ui = old_machine.ui
|
||||||
end
|
end
|
||||||
|
|
||||||
@app.call(env)
|
@app.call(env)
|
||||||
|
|
Loading…
Reference in New Issue