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