From 6bf2c08a6e8256a7b5d76d819a16b52ea0d208e9 Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 21 Feb 2017 17:59:01 -0800 Subject: reduce length of function name and unexport --- cmd/ponzu/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index cad53ba..6c52e01 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -146,7 +146,7 @@ func main() { services = "admin,api" } - serve := exec.Command(GetPonzuServerBuildOutputFileName(), + serve := exec.Command(buildOutputName(), fmt.Sprintf("--port=%d", port), fmt.Sprintf("--httpsport=%d", httpsport), addTLS, -- cgit v1.2.3