diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/ponzu/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index b049f40..362ff6a 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -92,7 +92,7 @@ $ ponzu run --port=8888 api`, buildPathName := strings.Join([]string{".", name}, string(filepath.Separator)) serve := exec.Command(buildPathName, fmt.Sprintf("--port=%d", port), - fmt.Sprintf("--httpsport=%d", httpsport), + fmt.Sprintf("--https-port=%d", httpsport), addTLS, "serve", services, |