diff options
| author | Jeff Carr <[email protected]> | 2024-02-17 08:39:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-17 08:39:09 -0600 |
| commit | 0e26f2024af04dc4dc36cde77e561b9692b1a64f (patch) | |
| tree | db806aef6c449002702912e7023be152797013ad /structs.go | |
| parent | 45519f2370aa00243f823ef949b1f7d4fb359cb2 (diff) | |
changes for repolist package
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
