summaryrefslogtreecommitdiff
path: root/update.go
diff options
context:
space:
mode:
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()