We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b5d67 commit 4643e50Copy full SHA for 4643e50
1 file changed
commands/history/export.go
@@ -102,6 +102,7 @@ func runExport(ctx context.Context, dockerCli command.Cli, opts exportOptions) e
102
if err != nil {
103
return err
104
}
105
+ visited[rec.node] = struct{}{}
106
clients = append(clients, c)
107
108
0 commit comments