core: Machine sets the local data path of the machine index

This commit is contained in:
Mitchell Hashimoto 2014-04-16 09:29:58 -07:00
parent 646f0fa907
commit 98af7c7992
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ module Vagrant
if index_uuid.nil?
# Create the index entry and save it
entry = MachineIndex::Entry.new
entry.local_data_path = @env.local_data_path
entry.name = @name.to_s
entry.provider = @provider_name.to_s
entry.state = "preparing"