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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue