summaryrefslogtreecommitdiff
path: root/windowRepos.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-13 04:14:06 -0600
committerJeff Carr <[email protected]>2025-01-13 04:14:06 -0600
commitce6311893c359f43df14602f58bf241a76ff163c (patch)
tree11822c0fdcd19de2bdc0bad887442d512ba1d242 /windowRepos.go
parent96c9588c6b0f3cab63109de54111a4cbd9b8effb (diff)
standard names finally thanks to autogenpb
Diffstat (limited to 'windowRepos.go')
-rw-r--r--windowRepos.go2
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)
})