Merge pull request #3316 from berendt/issue_3313
commands/box: display version by default when listing boxes
This commit is contained in:
commit
e7277f5e83
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue