summaryrefslogtreecommitdiff
path: root/cmd/ponzu/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ponzu/main.go')
-rw-r--r--cmd/ponzu/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go
index b68065c..b122f7f 100644
--- a/cmd/ponzu/main.go
+++ b/cmd/ponzu/main.go
@@ -130,7 +130,8 @@ func main() {
}
serve := exec.Command("./ponzu-server",
- fmt.Sprintf("--port=%d --httpsport=%d", port, httpsport),
+ fmt.Sprintf("--port=%d", port),
+ fmt.Sprintf("--httpsport=%d", httpsport),
addTLS,
"serve",
services,