Skip to content

Commit a669ebb

Browse files
committed
added back emojis
1 parent 68171b4 commit a669ebb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pkg/minikube/out/out.go

+4-6
Original file line numberDiff line numberDiff line change
@@ -397,12 +397,10 @@ func displayGitHubIssueMessage() {
397397
klog.Warningf("failed to diplay GitHub issue message: %v", err)
398398
}
399399

400-
msg := `If the above advice does not help, please let us know:
401-
https://github.com/kubernetes/minikube/issues/new/choose
402-
403-
Please attach the following file to the GitHub issue:
404-
- `
405-
msg += logPath
400+
msg := Sprintf(style.Sad, "If the above advice does not help, please let us know:")
401+
msg += Sprintf(style.URL, "https://github.com/kubernetes/minikube/issues/new/choose\n")
402+
msg += Sprintf(style.Empty, "Please attach the following file to the GitHub issue:")
403+
msg += Sprintf(style.Empty, "- {{.logPath}}", V{"logPath": logPath})
406404

407405
Boxed(msg)
408406
}

0 commit comments

Comments
 (0)