From be1a7bcd91ff1e4fa269389cbd65cdd54f288429 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 27 Nov 2023 15:03:53 -0500 Subject: Added in repo path. --- src/lpm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lpm.lua b/src/lpm.lua index f463940..09c6ca9 100644 --- a/src/lpm.lua +++ b/src/lpm.lua @@ -1808,7 +1808,7 @@ local function print_addon_info(type, addons, filters) organization = addon.organization, repository = addon.repository and addon.repository:url(), path = addon:get_path(system_bottle), - repo_path = addon.repo_path, + repo_path = addon.repo_path or addon.repository.local_path, url = url } if addon_matches_filter(hash, filters or {}) then -- cgit v1.2.3