summaryrefslogtreecommitdiff
path: root/tableRepos.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 06:28:27 -0500
committerJeff Carr <[email protected]>2025-10-07 06:28:27 -0500
commitb0a1247ffa93dfc2c27cf9c8aab97a4ce97cfeef (patch)
tree857afae06fb0e74df4e4160a2d1d28a7348415bd /tableRepos.go
parent8fb5b33bfc92e658988e58b46c6fab461520655f (diff)
fixing packaging logic
Diffstat (limited to 'tableRepos.go')
-rw-r--r--tableRepos.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tableRepos.go b/tableRepos.go
index 57be680..7d322fc 100644
--- a/tableRepos.go
+++ b/tableRepos.go
@@ -87,7 +87,7 @@ func printPackagingTable(pb *gitpb.Repos) {
col.Width = 4
col = tablePB.AddStringFunc("build", func(r *gitpb.Repo) string {
- if shouldBuild(r) {
+ if isPackageOnMirrors(r) {
return "yes"
}
return ""