diff options
| author | Jeff Carr <[email protected]> | 2025-08-21 22:43:28 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-21 22:43:28 -0500 |
| commit | b83a5d491f91edf11a107320343da9ff15b2d8dc (patch) | |
| tree | 48e3d8305afd2a992981b7ca9b0779e7ff8efca9 /windowViewRepoPatches.go | |
| parent | eb9dea5dd06a5170d636187c753146a2828c6f24 (diff) | |
rename to 'Namespace'
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) |
