commands/box/update: show current version [GH-3467]

This commit is contained in:
Mitchell Hashimoto 2014-04-14 18:55:22 -07:00
parent 1bab0b28e1
commit ae8be9356e
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
BUG FIXES:
- commands/box/remove: Make output nicer. [GH-3470]
- commands/box/update: Show currently installed version. [GH-3467]
- command/rsync-auto: Works properly on Windows.
- guests/coreos: Fix test for Docker daemon running.
- guests/linux: Fix test for Docker provisioner whether Docker is

View File

@ -95,6 +95,7 @@ module VagrantPlugins
def box_update(box, version, ui)
ui.output(I18n.t("vagrant.box_update_checking", name: box.name))
ui.detail("Latest installed version: #{box.version}")
ui.detail("Version constraints: #{version}")
ui.detail("Provider: #{box.provider}")