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 f6043fe..18c4577 100644 --- a/windowViewRepoPatches.go +++ b/windowViewRepoPatches.go @@ -117,7 +117,7 @@ func (r *repoPatchWindow) addPatchset(grid *gui.Node, pset *forgepb.Patchset) { all := pset.Patches.SortByFilename() for all.Scan() { p := all.Next() - s := p.RepoNamespace + s := p.Namespace repo := me.forge.FindByGoPath(s) if repo == nil { log.Info("COULD NOT FIND", s) |
