diff options
author | Steve <nilslice@gmail.com> | 2017-02-21 17:59:01 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-21 17:59:01 -0800 |
commit | 6bf2c08a6e8256a7b5d76d819a16b52ea0d208e9 (patch) | |
tree | de4eed1a52c94f638923b1b6aa04ae9057bc9279 | |
parent | 2051441d32611372bf8e164f930e9c664fcd5f2d (diff) |
reduce length of function name and unexport
-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 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, |