summaryrefslogtreecommitdiff
path: root/find.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-10 09:34:31 -0500
committerJeff Carr <[email protected]>2025-10-10 09:34:31 -0500
commitbfeb39c2504eec32091a09b5b8ffe04004f67655 (patch)
tree24de0661026b5b5e08cf3796f22b97229408224e /find.go
parent680880b05cf33a19e4b23851384f4fa375846997 (diff)
allow show to do default master behaviorv0.25.76
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"