summaryrefslogtreecommitdiff
path: root/find.go
diff options
context:
space:
mode:
Diffstat (limited to 'find.go')
-rw-r--r--find.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/find.go b/find.go
index 6963901..6ff3d00 100644
--- a/find.go
+++ b/find.go
@@ -267,6 +267,7 @@ func cloneReposWithPatches() *gitpb.Repos {
// this is an old test to see if the current 'last tag' is accurate and should be removed
if repo.GetLastTag() != repo.GetMasterVersion() {
+ repo.ReloadForce()
r := found.Clone(repo)
r.FindLastTag()
r.State = "lasttag mismatch"