From c4e9dfcad9aafeb588df9c213e05ca1d7ca53a9d Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:15:48 +0100 Subject: [PATCH] bundle: use all node content stores during export Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- util/desktop/bundle/export.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/desktop/bundle/export.go b/util/desktop/bundle/export.go index 3ecb87a3e..ad716f6fb 100644 --- a/util/desktop/bundle/export.go +++ b/util/desktop/bundle/export.go @@ -38,7 +38,7 @@ func Export(ctx context.Context, c []*client.Client, w io.Writer, records []*Rec s := proxy.NewContentStore(c.ContentClient()) if store == nil { store = s - break + continue } store = &nsFallbackStore{ main: store,