summaryrefslogtreecommitdiff
path: root/update.go
diff options
context:
space:
mode:
Diffstat (limited to 'update.go')
-rw-r--r--update.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.go b/update.go
index 96aefc9..d686a0a 100644
--- a/update.go
+++ b/update.go
@@ -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()