summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index c9a358e..3d3e676 100644
--- a/main.go
+++ b/main.go
@@ -40,7 +40,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
indexHeader(w)
indexBodyStart(w)
indexBodyScanConfig(w)
- indexBodyRepo(w, "go.wit.com/gui/gui", "go.wit.com/gui/gui", "install gitea")
+ indexDivEnd(w)
indexBodyEnd(w)
return
}