mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Get local_data from project client
This commit is contained in:
parent
591dcced22
commit
0588584438
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue