summaryrefslogtreecommitdiff
path: root/tableRepos.go
diff options
context:
space:
mode:
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 ""