summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-17 08:39:09 -0600
committerJeff Carr <[email protected]>2024-02-17 08:39:09 -0600
commit0e26f2024af04dc4dc36cde77e561b9692b1a64f (patch)
treedb806aef6c449002702912e7023be152797013ad /structs.go
parent45519f2370aa00243f823ef949b1f7d4fb359cb2 (diff)
changes for repolist package
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 2d95df1..68f01f1 100644
--- a/structs.go
+++ b/structs.go
@@ -20,7 +20,7 @@ type RepoStatus struct {
window *gadgets.BasicWindow
// a box of all the git tags
- Tags *gitTagBox
+ Tags *GitTagBox
dirtyLabel *gadgets.OneLiner
readOnly *gadgets.OneLiner