summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
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()