summaryrefslogtreecommitdiff
path: root/viewGuiReleaser.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-23 09:02:51 -0600
committerJeff Carr <[email protected]>2024-02-23 09:02:51 -0600
commitec7dd061e2ef997851b39663e7ce269ca53f3eae (patch)
tree1627e73abd9239d07dd8230f8a67f181abce1659 /viewGuiReleaser.go
parent8f4ae1a639884f0e03e3d6d9a99cf5528d80cd63 (diff)
rename to repolist.RepoRow
Diffstat (limited to 'viewGuiReleaser.go')
-rw-r--r--viewGuiReleaser.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewGuiReleaser.go b/viewGuiReleaser.go
index 572d470..96e3c24 100644
--- a/viewGuiReleaser.go
+++ b/viewGuiReleaser.go
@@ -9,7 +9,7 @@ func GuireleaserView(parent *gui.Node) *RepoList {
return me
}
me = new(RepoList)
- me.allrepos = make(map[string]*Repo)
+ me.allrepos = make(map[string]*RepoRow)
me.viewName = "guireleaser"
// me.reposbox = gui.RawBox()