Unleash V3 boxes!
This commit is contained in:
parent
5c2973108b
commit
cb1f72923a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ module Vagrant
|
||||||
end
|
end
|
||||||
|
|
||||||
def validate_box
|
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
|
raise Errors::InvalidBoxVersion.new name: @box.name
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue