Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 0e9284f

Browse files
committed
fixes
1 parent a175a93 commit 0e9284f

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

cmd/dev/up.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ func CommandUp() *cli.Command { //nolint:funlen
110110
Value: 0,
111111
},
112112
&cli.UintFlag{ //nolint:exhaustruct
113-
Name: flagDashboardPort,
114-
Usage: "If specified, expose dashboard on this port. Not recommended",
115-
Value: 0,
113+
Name: flagDashboardPort,
114+
Usage: "If specified, expose dashboard on this port. Not recommended",
115+
Value: 0,
116116
},
117117
&cli.UintFlag{ //nolint:exhaustruct
118-
Name: flagMailhogPort,
119-
Usage: "If specified, expose mailhog on this port. Not recommended",
120-
Value: 0,
118+
Name: flagMailhogPort,
119+
Usage: "If specified, expose mailhog on this port. Not recommended",
120+
Value: 0,
121121
},
122122
&cli.StringFlag{ //nolint:exhaustruct
123123
Name: flagDashboardVersion,
@@ -455,10 +455,10 @@ func printInfo(
455455
subdomain, "storage", httpPort, useTLS))
456456
fmt.Fprintf(w, "- Functions:\t\t%s\n", dockercompose.URL(
457457
subdomain, "functions", httpPort, useTLS))
458-
fmt.Fprintf(w, "- Dashboard:\t\t%s\n", dockercompose.URL(
459-
subdomain, "dashboard", httpPort, useTLS))
460-
fmt.Fprintf(w, "- Mailhog:\t\t%s\n", dockercompose.URL(
461-
subdomain, "mailhog", httpPort, useTLS))
458+
fmt.Fprintf(w, "- Dashboard:\t\t%s\n", dockercompose.URL(
459+
subdomain, "dashboard", httpPort, useTLS))
460+
fmt.Fprintf(w, "- Mailhog:\t\t%s\n", dockercompose.URL(
461+
subdomain, "mailhog", httpPort, useTLS))
462462

463463
for _, svc := range runServices {
464464
for _, port := range svc.Config.GetPorts() {

flake.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)