bundle: use all node content stores during export
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user