未验证 提交 3d09d8e6 编写于 作者: M Medya Ghazizadeh 提交者: GitHub

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

The logging of the kubectl path was broken
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册