bundle: use all node content stores during export

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-03-17 11:08:18 +01:00
parent b1a2f3006b
commit c4e9dfcad9
+1 -1
View File
@@ -38,7 +38,7 @@ func Export(ctx context.Context, c []*client.Client, w io.Writer, records []*Rec
s := proxy.NewContentStore(c.ContentClient()) s := proxy.NewContentStore(c.ContentClient())
if store == nil { if store == nil {
store = s store = s
break continue
} }
store = &nsFallbackStore{ store = &nsFallbackStore{
main: store, main: store,