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|
|
||||
data[0].class_eval do
|
||||
def initialize(machine)
|
||||
@machine = machine
|
||||
end
|
||||
|
||||
def machine_id_changed
|
||||
|
|
Loading…
Reference in New Issue