aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/main.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-21 14:17:30 +0900
committerOphestra <cat@gensokyo.uk>2026-05-21 14:48:16 +0900
commit40b33f9fc7d171124ac5369312fb8b6a956161ca (patch)
treea89d517420bd330d224442b0e425606d390b1b40 /cmd/mbf/main.go
parent443a7a30f618c32fea6e564f0fcf0822a0d43538 (diff)
internal/rosa: enforce exclusions
This restores unexported artifact behaviour. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/mbf/main.go')
-rw-r--r--cmd/mbf/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index f87d388f..bf057115 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -387,7 +387,7 @@ func main() {
}
done:
- for _, p := range rosa.Native().Collect() {
+ for _, p := range rosa.Native().CollectAll() {
select {
case w <- p:
break