diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 02:50:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 02:56:51 -0500 |
| commit | d94bfac9bfe8f4a22a1d1cc2840746e3c873fd89 (patch) | |
| tree | 7eb1747c5984fbb647653ffb3ac9b0a1964b3bf0 /http.go | |
| parent | 788ae4172adb096cb3313a925b9e4ccc49d4b5a7 (diff) | |
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
