From b49b082c4d77df817a4ec67528123aea8d36407e Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 22 May 2017 02:50:55 -0700 Subject: updating flags --- cmd/ponzu/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/ponzu') 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, -- cgit v1.2.3