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,