Merge pull request #4790 from tstromberg/issue-url-chooser
Update github issues URL now that we have issue templatespull/4781/head^2
commit
03fb063281
|
@ -75,7 +75,7 @@ func WithProblem(msg string, p *problem.Problem) {
|
||||||
p.Display()
|
p.Display()
|
||||||
console.Err("\n")
|
console.Err("\n")
|
||||||
console.ErrStyle(console.Sad, "If the above advice does not help, please let us know: ")
|
console.ErrStyle(console.Sad, "If the above advice does not help, please let us know: ")
|
||||||
console.ErrStyle(console.URL, "https://github.com/kubernetes/minikube/issues/new")
|
console.ErrStyle(console.URL, "https://github.com/kubernetes/minikube/issues/new/choose")
|
||||||
os.Exit(Config)
|
os.Exit(Config)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -102,5 +102,5 @@ func displayError(msg string, err error) {
|
||||||
console.Fatal("%s: %v", msg, err)
|
console.Fatal("%s: %v", msg, err)
|
||||||
console.Err("\n")
|
console.Err("\n")
|
||||||
console.ErrStyle(console.Sad, "Sorry that minikube crashed. If this was unexpected, we would love to hear from you:")
|
console.ErrStyle(console.Sad, "Sorry that minikube crashed. If this was unexpected, we would love to hear from you:")
|
||||||
console.ErrStyle(console.URL, "https://github.com/kubernetes/minikube/issues/new")
|
console.ErrStyle(console.URL, "https://github.com/kubernetes/minikube/issues/new/choose")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue