From 69eacd2b73a0ff0b268b612d02e6c9206b30f47b Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 30 Nov 2018 11:03:05 -0800 Subject: [PATCH] Remove machine from initialize method --- plugins/commands/validate/command.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/commands/validate/command.rb b/plugins/commands/validate/command.rb index ace01d601..ab2b9740f 100644 --- a/plugins/commands/validate/command.rb +++ b/plugins/commands/validate/command.rb @@ -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