summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve <nilslice@gmail.com>2017-02-21 17:59:01 -0800
committerGitHub <noreply@github.com>2017-02-21 17:59:01 -0800
commit6bf2c08a6e8256a7b5d76d819a16b52ea0d208e9 (patch)
treede4eed1a52c94f638923b1b6aa04ae9057bc9279
parent2051441d32611372bf8e164f930e9c664fcd5f2d (diff)
reduce length of function name and unexport
-rw-r--r--cmd/ponzu/main.go2
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,