specify correct dir for info.json #12191
This commit is contained in:
parent
5dc093373a
commit
8ecf0fb0d8
@ -52,7 +52,7 @@ module VagrantPlugins
|
||||
@env.ui.machine("box-version", version)
|
||||
|
||||
info_file = @env.boxes.find(name, provider, version).
|
||||
directory.join("info.json")
|
||||
directory.join("include", "info.json")
|
||||
if info_file.file?
|
||||
info = JSON.parse(info_file.read)
|
||||
info.each do |k, v|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user