diff options
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 } |
