From bfeb39c2504eec32091a09b5b8ffe04004f67655 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Oct 2025 09:34:31 -0500 Subject: allow show to do default master behavior --- find.go | 1 + 1 file changed, 1 insertion(+) (limited to 'find.go') 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" -- cgit v1.2.3