Merge pull request #3316 from berendt/issue_3313

commands/box: display version by default when listing boxes
This commit is contained in:
Mitchell Hashimoto 2014-04-01 22:04:08 -07:00
commit e7277f5e83
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ module VagrantPlugins
# important for the user to know what boxes need to be upgraded
# and which don't, since we plan on doing that transparently.
boxes.each do |name, version, provider|
@env.ui.info("#{name.ljust(longest_box_length)} (#{provider})")
@env.ui.info("#{name.ljust(longest_box_length)} (#{provider}) [#{version}]")
@env.ui.machine("box-name", name)
@env.ui.machine("box-provider", provider)