Skip to content

Commit

Permalink
fix rest module github
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMi37 committed Nov 21, 2023
1 parent c0d1033 commit fb42a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cls/%ZAPM/ext/zpm.cls
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ page(list,urllist,error,par,count)
;W !,i," ",list."__getitem__"(i)."__getitem__"("name")
set name=list."__getitem__"(i)."__getitem__"("name")
set fork=list."__getitem__"(i)."__getitem__"("fork")
set repo=list."__getitem__"(i)."__getitem__"("url")
set repo=list."__getitem__"(i)."__getitem__"("clone_url")
set desc=list."__getitem__"(i)."__getitem__"("description")
do add(.par, name,fork,desc,repo,.urllist,.count)
}
Expand Down

0 comments on commit fb42a77

Please sign in to comment.