Remove machine from initialize method
This commit is contained in:
parent
68dda8f853
commit
69eacd2b73
|
@ -72,7 +72,6 @@ module VagrantPlugins
|
||||||
Vagrant.plugin("2").manager.providers.each do |key, data|
|
Vagrant.plugin("2").manager.providers.each do |key, data|
|
||||||
data[0].class_eval do
|
data[0].class_eval do
|
||||||
def initialize(machine)
|
def initialize(machine)
|
||||||
@machine = machine
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def machine_id_changed
|
def machine_id_changed
|
||||||
|
|
Loading…
Reference in New Issue