diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 15:03:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 15:03:44 -0500 |
| commit | 127f36ca1f82ca9c1945e08802a49e4f9e30d2b7 (patch) | |
| tree | 9711d08e3b5d653e95205b0f0a5c431de51bc630 /addRepo.go | |
| parent | b05b706d8b48a51275a8dc0c90cd8fafc74d61d1 (diff) | |
refactor to store info
Diffstat (limited to 'addRepo.go')
| -rw-r--r-- | addRepo.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ func (c *controlBox) addRepo() { c.lastTag.SetText(lasttag) c.currentL.SetText(cbname + " " + cbversion) - tagDate := c.getDateStamp(lasttag) + tagDate := getDateStamp(lasttag) c.tagDate.SetText(tagDate) return } |
