summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 02:50:47 -0500
committerJeff Carr <[email protected]>2025-10-07 02:56:51 -0500
commitd94bfac9bfe8f4a22a1d1cc2840746e3c873fd89 (patch)
tree7eb1747c5984fbb647653ffb3ac9b0a1964b3bf0 /http.go
parent788ae4172adb096cb3313a925b9e4ccc49d4b5a7 (diff)
start making this dynamicv0.22.127v0.22.126v0.22.125v0.22.124
Diffstat (limited to 'http.go')
-rw-r--r--http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.go b/http.go
index fbd9fc5..3e1afc0 100644
--- a/http.go
+++ b/http.go
@@ -83,7 +83,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "go.wit.com/apps/utils/gowebd Version: %s\n", argv.Version())
fmt.Fprintf(w, "\n")
- all := forge.Repos.SortByFullPath()
+ all := me.forge.Repos.SortByFullPath()
for all.Scan() {
repo := all.Next()