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