From cd5d832add7a65e42856f151a98b38656310d225 Mon Sep 17 00:00:00 2001 From: Dmitrij Vladimirov <47441164+Frisle@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:25:22 +0600 Subject: [PATCH] REFACTOR: update a field name The field name probably changed and the routine failed at first, but after this fix it worked. --- src/zpmshow.mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zpmshow.mac b/src/zpmshow.mac index df736e1..4f26069 100644 --- a/src/zpmshow.mac +++ b/src/zpmshow.mac @@ -4,7 +4,7 @@ zpmshow ; lazy search and (un)install helper for zpm quit #define rcc ^||rcc do() public { - set sql="select $listbuild(Name,Version,Repo) " + set sql="select $listbuild(Name,Version,Repository) " _"from %ZPM_PackageManager_Developer.Utils_GetModuleList('registry')" ,rs=##class(%ResultSet).%New() ,sc=rs.Prepare(sql)