Skip to content

Commit ad0eec8

Browse files
authored
Merge pull request #5004 from blueelvis/5002-fix-dashboard-regression
Fixed the template for dashboard output
2 parents 3414b8f + fb8a47f commit ad0eec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/minikube/cmd/dashboard.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ var dashboardCmd = &cobra.Command{
129129
if dashboardURLMode {
130130
out.Ln(url)
131131
} else {
132-
out.ErrT(out.Celebrate, "Opening %s in your default browser...", out.V{"url": url})
132+
out.ErrT(out.Celebrate, "Opening {{.url}} in your default browser...", out.V{"url": url})
133133
if err = browser.OpenURL(url); err != nil {
134134
exit.WithCodeT(exit.Software, "failed to open browser: {{.error}}", out.V{"error": err})
135135
}

0 commit comments

Comments
 (0)