We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b637d commit 09c7891Copy full SHA for 09c7891
cmd/destroy.go
@@ -70,7 +70,7 @@ func destroyFn(_ *cobra.Command, _ []string) error {
70
return nil
71
}
72
73
- topos[topo] = filepath.Dir(cnts[0].Labels[labels.NodeLabDir])
+ topos[cnts[0].Labels[labels.TopoFile]] = filepath.Dir(cnts[0].Labels[labels.NodeLabDir])
74
75
case all:
76
containers, err := listContainers(ctx, topo)
0 commit comments