summaryrefslogtreecommitdiff
path: root/update.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-23 15:20:54 -0600
committerJeff Carr <[email protected]>2024-01-23 15:20:54 -0600
commitdae15b593174ed82ac0f5f8c7250cb765a2b7f64 (patch)
tree8a826a328b34035805bb48218d12bb82a6697966 /update.go
parent2f4cba36dddaf1b0cfeabb875527b03bdb75036b (diff)
Scan() everything functions
Signed-off-by: Jeff Carr <[email protected]>
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()