summaryrefslogtreecommitdiff
path: root/handleRepos.go
diff options
context:
space:
mode:
authorforge <[email protected]>2025-10-31 00:05:42 -0500
committerJeff Carr <[email protected]>2025-10-31 00:09:09 -0500
commit5bb2ce2fca59fa5672d9fdaa7855e8d5b0802512 (patch)
tree2dca40822ae2607e2b6488b6c95c184e6df45011 /handleRepos.go
parenta07376f5593a0ec98a60b8d8bce0a8489eff3a37 (diff)
fix patchset initHEADv0.0.71masterdevel
Diffstat (limited to 'handleRepos.go')
-rw-r--r--handleRepos.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handleRepos.go b/handleRepos.go
index 5a1f07f..b878cd9 100644
--- a/handleRepos.go
+++ b/handleRepos.go
@@ -79,7 +79,7 @@ func checkRequest(pb *gitpb.Repos, reqPB *httppb.HttpRequest) *gitpb.Repos {
}
checkPB.Append(found)
}
- saveMissing()
+ me.missing.Save()
return checkPB
}