Skip to content

Commit

Permalink
Merge pull request #6121 from tstromberg/less-catastrophic
Browse files Browse the repository at this point in the history
Change error text to encourage better issue reports
  • Loading branch information
tstromberg committed Dec 20, 2019
2 parents 5df2701 + f438bb7 commit 00c2ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/exit/exit.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ func displayError(msg string, err error) {
out.ErrT(out.Empty, "")
out.FatalT("{{.msg}}: {{.err}}", out.V{"msg": translate.T(msg), "err": err})
out.ErrT(out.Empty, "")
out.ErrT(out.Sad, "Sorry that minikube crashed. If this was unexpected, we would love to hear from you:")
out.ErrT(out.Sad, "minikube is exiting due to an error. If the above message is not useful, open an issue:")
out.ErrT(out.URL, "https://github.com/kubernetes/minikube/issues/new/choose")
}

0 comments on commit 00c2ba1

Please sign in to comment.