diff options
Diffstat (limited to 'update.go')
| -rw-r--r-- | update.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
