Merge pull request #3452 from berendt/box_update_sort_versions

command/box/update: update from latest version
This commit is contained in:
Mitchell Hashimoto 2014-04-12 15:25:22 -07:00
commit 77c286f1af
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ module VagrantPlugins
end
to_update = [
[name, provider, boxes[name][provider].last],
[name, provider, boxes[name][provider].sort.last],
]
to_update.each do |n, p, v|