Merge pull request #3452 from berendt/box_update_sort_versions
command/box/update: update from latest version
This commit is contained in:
commit
77c286f1af
@ -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|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user