We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32835b9 + 68287a9 commit 0a58301Copy full SHA for 0a58301
cmd/minikube/cmd/status.go
@@ -111,7 +111,7 @@ var statusCmd = &cobra.Command{
111
cmdUtil.MaybeReportErrorAndExitWithCode(err, internalErrorCode)
112
}
113
if ks {
114
- kubeconfigSt = "Correctly Configured: pointing to minikube-vm at " + ip.String()
+ kubeconfigSt = "Correctly Configured: pointing to minikube-vm at " + ip.String() + "\n"
115
} else {
116
kubeconfigSt = "Misconfigured: pointing to stale minikube-vm." +
117
"\nTo fix the kubectl context, run minikube update-context"
0 commit comments