summaryrefslogtreecommitdiff
path: root/cmd/ponzu/main.go
diff options
context:
space:
mode:
authorCarlos Fernández <sirikon2@gmail.com>2017-02-21 20:48:38 +0100
committerCarlos Fernández <sirikon2@gmail.com>2017-02-21 20:48:38 +0100
commit2051441d32611372bf8e164f930e9c664fcd5f2d (patch)
treecfd28f987ae981f797578912145108a3ed768901 /cmd/ponzu/main.go
parent39e0708be1b57b5527f4c79708b25067ba50f86e (diff)
Fix Windows build & run
Diffstat (limited to 'cmd/ponzu/main.go')
-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 d064569..cad53ba 100644
--- a/cmd/ponzu/main.go
+++ b/cmd/ponzu/main.go
@@ -146,7 +146,7 @@ func main() {
services = "admin,api"
}
- serve := exec.Command("./ponzu-server",
+ serve := exec.Command(GetPonzuServerBuildOutputFileName(),
fmt.Sprintf("--port=%d", port),
fmt.Sprintf("--httpsport=%d", httpsport),
addTLS,