Skip to content

Commit

Permalink
REFACTOR: update a field name
Browse files Browse the repository at this point in the history
The field name probably changed and the routine failed at first, but after this fix it worked.
  • Loading branch information
Frisle authored Jul 29, 2024
1 parent 13a46f9 commit cd5d832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zpmshow.mac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cd5d832

Please sign in to comment.