Skip to content

Commit 0a58301

Browse files
authored
Merge pull request #3502 from narendra2019/master
issue# 3499: minikube status missing newline at end of output
2 parents 32835b9 + 68287a9 commit 0a58301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/minikube/cmd/status.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ var statusCmd = &cobra.Command{
111111
cmdUtil.MaybeReportErrorAndExitWithCode(err, internalErrorCode)
112112
}
113113
if ks {
114-
kubeconfigSt = "Correctly Configured: pointing to minikube-vm at " + ip.String()
114+
kubeconfigSt = "Correctly Configured: pointing to minikube-vm at " + ip.String() + "\n"
115115
} else {
116116
kubeconfigSt = "Misconfigured: pointing to stale minikube-vm." +
117117
"\nTo fix the kubectl context, run minikube update-context"

0 commit comments

Comments
 (0)