From a2d6aac9f22bfe1060930e756a7dff86b3918f7e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 22 Oct 2025 16:32:28 -0500 Subject: wrong logic in func. need to redo this whole thing. --- build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.go') diff --git a/build.go b/build.go index 28b0842..9dd84f1 100644 --- a/build.go +++ b/build.go @@ -62,7 +62,7 @@ func (f *Forge) doBuild(repo *gitpb.Repo, userFlags []string, goWhat string) err all := repo.GoDeps.SortByGoPath() for all.Scan() { t := all.Next() - found := f.FindByNamespace(t.GetGoPath()) + found := f.Repos.FindByNamespace(t.GetGoPath()) if found.GetRepoType() == "protobuf" { if err := f.runAutogenpb(found); err != nil { return err -- cgit v1.2.3