提交 d6ad34b9 编写于 作者: M Medya Gh

missed one

上级 95eba3f7
......@@ -182,7 +182,7 @@ func copyTarballToHost(tarballFilename string) error {
}
func deleteMinikube() error {
cmd := exec.Command(minikubePath, "delete", "-all", "--prune") // to avoid https://github.com/kubernetes/minikube/issues/7814
cmd := exec.Command(minikubePath, "delete", "--all", "--prune") // to avoid https://github.com/kubernetes/minikube/issues/7814
cmd.Stdout = os.Stdout
return cmd.Run()
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册