diff options
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 0f8a38e..c927632 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.FindByNamespace(s) + repo := me.forge.Repos.FindByNamespace(s) if repo == nil { log.Info("COULD NOT FIND", s) continue |
