From 0fd5dec9de3bf444647200f207239b0fc1d60f54 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Wed, 4 Jan 2017 10:33:49 -0800 Subject: adding https_port from db to enabledev func --- cmd/ponzu/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd') 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, -- cgit v1.2.3