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
|
end
|
||||||
|
|
||||||
to_update = [
|
to_update = [
|
||||||
[name, provider, boxes[name][provider].last],
|
[name, provider, boxes[name][provider].sort.last],
|
||||||
]
|
]
|
||||||
|
|
||||||
to_update.each do |n, p, v|
|
to_update.each do |n, p, v|
|
||||||
|
|
Loading…
Reference in New Issue