Unleash V3 boxes!

This commit is contained in:
Fabio Rehm 2013-06-06 00:05:34 -03:00
parent 5c2973108b
commit cb1f72923a

View file

@ -49,7 +49,7 @@ module Vagrant
end
def validate_box
if @box.metadata.fetch('version').to_i != 2
if @box.metadata.fetch('version').to_i < 2
raise Errors::InvalidBoxVersion.new name: @box.name
end