Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit d509b83

Browse files
author
odacremolbap
committed
add missing undo for uber procs
1 parent 9e9e98f commit d509b83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/common/cmd/globals.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ func (g *Globals) Initialize() error {
9393
if err != nil {
9494
return fmt.Errorf("could not match available CPUs to processes %w", err)
9595
}
96+
defer undo()
9697

9798
kc, kdc, err := kubernetes.NewClients(g.Kubeconfig)
9899
if err != nil {

0 commit comments

Comments
 (0)