From 391d47318befa791a2417b2eb7f5116048d46f66 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 31 May 2025 21:53:14 -0500 Subject: fix "patchable" repos button --- find.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'find.go') diff --git a/find.go b/find.go index d8f2231..8dbe55b 100644 --- a/find.go +++ b/find.go @@ -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 } -- cgit v1.2.3