提交 68287a94 编写于 作者: N Narendra Kangralkar

issue# 3499: minikube status missing newline at end of output

Done code changes to display newline at the end of the status message
上级 6a040661
......@@ -111,7 +111,7 @@ var statusCmd = &cobra.Command{
cmdUtil.MaybeReportErrorAndExitWithCode(err, internalErrorCode)
}
if ks {
kubeconfigSt = "Correctly Configured: pointing to minikube-vm at " + ip.String()
kubeconfigSt = "Correctly Configured: pointing to minikube-vm at " + ip.String() + "\n"
} else {
kubeconfigSt = "Misconfigured: pointing to stale minikube-vm." +
"\nTo fix the kubectl context, run minikube update-context"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册