Skip to content

Commit

Permalink
remove newline from dashboard output
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Dec 20, 2023
1 parent d1aac7a commit 71aab14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/addons/addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ func postStartMessages(cc *config.ClusterConfig, name, value string) {
out.Styled(style.Tip, `Some dashboard features require the metrics-server addon. To enable all features please run:
minikube{{.profileArg}} addons enable metrics-server
`, out.V{"profileArg": tipProfileArg})
case "headlamp":
out.Styled(style.Tip, `To access Headlamp, use the following command:
Expand Down

0 comments on commit 71aab14

Please sign in to comment.