diff options
| author | Jeff Carr <[email protected]> | 2025-01-13 04:14:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-13 04:14:06 -0600 |
| commit | ce6311893c359f43df14602f58bf241a76ff163c (patch) | |
| tree | 11822c0fdcd19de2bdc0bad887442d512ba1d242 /windowRepos.go | |
| parent | 96c9588c6b0f3cab63109de54111a4cbd9b8effb (diff) | |
standard names finally thanks to autogenpb
Diffstat (limited to 'windowRepos.go')
| -rw-r--r-- | windowRepos.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windowRepos.go b/windowRepos.go index 5205162..adaa5d6 100644 --- a/windowRepos.go +++ b/windowRepos.go @@ -157,7 +157,7 @@ func (r *repoWindow) repoMenu() *gui.Node { loop := me.forge.Repos.All() for loop.Scan() { repo := loop.Next() - me.found.AppendUniqueGoPath(repo) + me.found.AppendByGoPath(repo) } me.forge.PrintHumanTable(me.found) }) |
