Merge pull request #8521 from afbjorklund/kubectl-path-log

The logging of the kubectl path was broken
pull/8531/head
Medya Ghazizadeh 2020-06-22 14:37:39 -07:00 committed by GitHub
commit 3d09d8e6ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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