Skip to content

Commit

Permalink
Merge pull request #3502 from narendra2019/master
Browse files Browse the repository at this point in the history
issue# 3499: minikube status missing newline at end of output
  • Loading branch information
tstromberg authored Jan 14, 2019
2 parents 32835b9 + 68287a9 commit 0a58301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0a58301

Please sign in to comment.