From c09fc7be1e912d3d762ca40de44435c859441f93 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 28 Jan 2021 17:05:36 -0800 Subject: [PATCH] Whitespace cleanup --- lib/vagrant/plugin/v2/command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/plugin/v2/command.rb b/lib/vagrant/plugin/v2/command.rb index e158ed2e4..f61a926ed 100644 --- a/lib/vagrant/plugin/v2/command.rb +++ b/lib/vagrant/plugin/v2/command.rb @@ -230,7 +230,7 @@ module Vagrant color_index = 0 machines.each do |machine| - if (machine.state && machine.state.id != :not_created && + if (machine.state && machine.state.id != :not_created && !machine.index_uuid.nil? && !@env.machine_index.include?(machine.index_uuid)) machine.recover_machine(machine.state.id) end