From 05885844389bdbd9beb1f88df19fffbcb3ca2ac2 Mon Sep 17 00:00:00 2001 From: sophia Date: Thu, 26 Aug 2021 10:35:04 -0500 Subject: [PATCH] Get local_data from project client --- lib/vagrant/machine_index/remote.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/machine_index/remote.rb b/lib/vagrant/machine_index/remote.rb index aeba3d28f..870761d14 100644 --- a/lib/vagrant/machine_index/remote.rb +++ b/lib/vagrant/machine_index/remote.rb @@ -6,7 +6,7 @@ module Vagrant def load(machine) raw = Vagrant::Util::HashWithIndifferentAccess.new({ name: machine.name, - local_data_path: machine.project.local_data_path, + local_data_path: machine.project.local_data, provider: machine.provider_name, full_state: machine.machine_state, state: machine.machine_state.id,