From 90968ea430403800cbfa65aa7a5833fcc1fbe3a0 Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 3 Aug 2021 16:15:05 -0500 Subject: [PATCH] pPss environment client to machine index eentry environment --- 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 d2cbdfb7e..25c00934b 100644 --- a/lib/vagrant/plugin/v2/command.rb +++ b/lib/vagrant/plugin/v2/command.rb @@ -142,7 +142,7 @@ module Vagrant # constantly (heh) get "already initialized constant" warnings. begin env = entry.vagrant_env( - @env.home_path, ui_class: @env.ui_class) + @env.home_path, ui_class: @env.ui_class, client: @env.client) rescue Vagrant::Errors::EnvironmentNonExistentCWD # This means that this environment working directory # no longer exists, so delete this entry.