Update plugin.rb
This commit is contained in:
parent
80580d6063
commit
d837b34136
plugins/providers/virtualbox
|
@ -59,6 +59,7 @@ module VagrantPlugins
|
|||
autoload :Version_5_1, File.expand_path("../driver/version_5_1", __FILE__)
|
||||
autoload :Version_5_2, File.expand_path("../driver/version_5_2", __FILE__)
|
||||
autoload :Version_6_0, File.expand_path("../driver/version_6_0", __FILE__)
|
||||
autoload :Version_6_1, File.expand_path("../driver/version_6_1", __FILE__)
|
||||
end
|
||||
|
||||
module Model
|
||||
|
|
Loading…
Reference in New Issue