From 8ecf0fb0d89d3f0982eddfac2b936ca54cf7ba99 Mon Sep 17 00:00:00 2001 From: grahamhub Date: Wed, 14 Apr 2021 16:18:48 -0500 Subject: [PATCH] specify correct dir for info.json #12191 --- plugins/commands/box/command/list.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commands/box/command/list.rb b/plugins/commands/box/command/list.rb index f2a3fed76..bee54972f 100644 --- a/plugins/commands/box/command/list.rb +++ b/plugins/commands/box/command/list.rb @@ -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|