The logging of the kubectl path was broken

After introducing the exec.Cmd parameter previously
pull/8521/head
Anders F Björklund 2020-06-20 14:30:54 +02:00
parent 275d827088
commit fe6687386d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ minikube kubectl -- get pods --namespace kube-system`,
out.ErrLn("Error caching kubectl: %v", err)
}
glog.Infof("Running %s %v", path, args)
glog.Infof("Running %s %v", c.Path, args)
c.Stdin = os.Stdin
c.Stdout = os.Stdout
c.Stderr = os.Stderr