diff options
| author | Jeff Carr <[email protected]> | 2025-05-31 21:53:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-05-31 21:53:14 -0500 |
| commit | 391d47318befa791a2417b2eb7f5116048d46f66 (patch) | |
| tree | 598b20e1023d4ea0bd9972db3e3b9e61588a5528 /find.go | |
| parent | 1282c17e8119a2debdfce0448b6c4b909b53f447 (diff) | |
fix "patchable" repos buttonv0.22.118
Diffstat (limited to 'find.go')
| -rw-r--r-- | find.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -117,7 +117,7 @@ func findPublishable() { } } -func findReposWithPatches() { +func findReposWithPatches() *gitpb.Repos { for repo := range me.forge.Repos.IterByFullPath() { if repo.GetTargetVersion() != "" { // add everything that has a target version set @@ -148,4 +148,5 @@ func findReposWithPatches() { continue } } + return me.found } |
