Skip to content

Commit

Permalink
Merge pull request #3565 from twelvelabs/patch-1
Browse files Browse the repository at this point in the history
Remove redundant newline in `minikube status`
  • Loading branch information
tstromberg authored Jan 24, 2019
2 parents 20c7325 + 34aa0c6 commit fd562f8
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() + "\n"
kubeconfigSt = "Correctly Configured: pointing to minikube-vm at " + ip.String()
} else {
kubeconfigSt = "Misconfigured: pointing to stale minikube-vm." +
"\nTo fix the kubectl context, run minikube update-context"
Expand Down

0 comments on commit fd562f8

Please sign in to comment.