Skip to content

Commit c4e9dfc

Browse files
committed
bundle: use all node content stores during export
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent b1a2f30 commit c4e9dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/desktop/bundle/export.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func Export(ctx context.Context, c []*client.Client, w io.Writer, records []*Rec
3838
s := proxy.NewContentStore(c.ContentClient())
3939
if store == nil {
4040
store = s
41-
break
41+
continue
4242
}
4343
store = &nsFallbackStore{
4444
main: store,

0 commit comments

Comments
 (0)