summaryrefslogtreecommitdiff
path: root/update.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-18 15:48:52 -0600
committerJeff Carr <[email protected]>2025-01-18 15:48:52 -0600
commitac2958e5598a33230caa81a307cde211f1be07cc (patch)
tree167d8787de450e7c6e98474e147e8047b9adfdd8 /update.go
parenta15d447fbd49c2ef7732abc77c973a2469fdac99 (diff)
code now moved to gitpbv0.22.33
Diffstat (limited to 'update.go')
-rw-r--r--update.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.go b/update.go
index e17e12c..180788f 100644
--- a/update.go
+++ b/update.go
@@ -21,7 +21,7 @@ func (rs *RepoStatus) Update() {
rs.currentVersion.SetValue(out)
// read in the tags
- rs.populateTags()
+ // rs.populateTags()
// record if the repo is dirty
pb.CheckDirty()