summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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