remove -o api, as it's the evil

This commit is contained in:
Howl 2016-08-15 21:56:29 +02:00
parent 4f7ef9c071
commit 55d7621ef5
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ func MetaUpdateGET(md common.MethodData) common.CodeMessager {
if !execCommand("go", "get", "-v", "-u", "-d") {
return
}
if !execCommand("bash", "-c", "go build -v -ldflags \"-X main.Version=`git rev-parse HEAD`\" -o api") {
if !execCommand("bash", "-c", "go build -v -ldflags \"-X main.Version=`git rev-parse HEAD`\"") {
return
}