summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-30 12:08:08 -0600
committerJeff Carr <[email protected]>2025-01-30 12:08:08 -0600
commit501241dbb6417f642dc4a16248fffc46278a2b05 (patch)
tree68107fed4c8aeec567ab25c0b3fb4c9915bb3688 /http.go
parent2ea06531dc85cac8cd8293ce3ee9d5f3642943d4 (diff)
func name change
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 0a10b7b..82f9f1c 100644
--- a/http.go
+++ b/http.go
@@ -73,7 +73,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
// log.Info(me.current.StandardHeader())
log.Info(me.forge.StandardReleaseHeader(me.current, "todoing"))
case "/rescanAll":
- me.repos.View.ScanRepositories()
+ me.repos.View.ScanRepositoriesOld()
case "/setCurrentRepo":
log.Info("repo: " + repoName)
log.Info("version: " + version)