diff options
| author | Jeff Carr <[email protected]> | 2025-10-16 02:21:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-16 02:21:32 -0500 |
| commit | 246771554e3b9abc8d070864c0c90de3d4647b58 (patch) | |
| tree | 18b1d5d6c7e6a038b537e42130c25278d70db842 /windowViewRepoPatches.go | |
| parent | 43750a33995434b6e699bd1fbcc6ea442f238d12 (diff) | |
argv cleanups for doVerify
Diffstat (limited to 'windowViewRepoPatches.go')
| -rw-r--r-- | windowViewRepoPatches.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windowViewRepoPatches.go b/windowViewRepoPatches.go index 425241d..0f8a38e 100644 --- a/windowViewRepoPatches.go +++ b/windowViewRepoPatches.go @@ -118,7 +118,7 @@ func (r *repoPatchWindow) addPatchset(grid *gui.Node, pset *forgepb.Set) { for all.Scan() { p := all.Next() s := p.Namespace - repo := me.forge.FindByGoPath(s) + repo := me.forge.FindByNamespace(s) if repo == nil { log.Info("COULD NOT FIND", s) continue |
