diff options
Diffstat (limited to 'update.go')
| -rw-r--r-- | update.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,9 +17,9 @@ func (rs *RepoStatus) Update() { log.Log(INFO, "Update() START") duration := timeFunction(func() { // do things that are safe even if the git tree is dirty - rs.path.SetValue(rs.repopath) + // rs.path.SetValue(rs.repopath) rs.getCurrentBranchName() - rs.window.SetTitle(rs.repopath + " GO repo Details") + // rs.window.SetTitle(rs.repopath + " GO repo Details") rs.getCurrentBranchVersion() rs.getLastTagVersion() rs.populateTags() |
