diff options
Diffstat (limited to 'handleRepos.go')
| -rw-r--r-- | handleRepos.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handleRepos.go b/handleRepos.go index 34cb2b5..20cf66c 100644 --- a/handleRepos.go +++ b/handleRepos.go @@ -64,7 +64,7 @@ func addRequest(pb *gitpb.Repos, reqPB *httppb.HttpRequest) *gitpb.Repos { func checkRequest(pb *gitpb.Repos, reqPB *httppb.HttpRequest) *gitpb.Repos { checkPB := gitpb.NewRepos() for repo := range pb.IterAll() { - found := me.forge.Repos.FindByNamespace(repo.Namespace) + found := me.forge.PrepareCheckRepo(repo.Namespace) if found == nil { // don't know about this continue |
