diff options
| author | Jeff Carr <[email protected]> | 2025-10-10 09:34:31 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-10 09:34:31 -0500 |
| commit | bfeb39c2504eec32091a09b5b8ffe04004f67655 (patch) | |
| tree | 24de0661026b5b5e08cf3796f22b97229408224e /find.go | |
| parent | 680880b05cf33a19e4b23851384f4fa375846997 (diff) | |
allow show to do default master behaviorv0.25.76
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" |
