history: deduplicate node clients during export

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-03-11 16:24:54 +01:00
parent c4b5d6766e
commit 4643e50bd3
+1
View File
@@ -102,6 +102,7 @@ func runExport(ctx context.Context, dockerCli command.Cli, opts exportOptions) e
if err != nil {
return err
}
visited[rec.node] = struct{}{}
clients = append(clients, c)
}