Get local_data from project client

This commit is contained in:
sophia 2021-08-26 10:35:04 -05:00 committed by Paul Hinze
parent 591dcced22
commit 0588584438
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -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,