From 55d7621ef56e8a5b58b31bf14f624ea80d959cd3 Mon Sep 17 00:00:00 2001 From: Howl Date: Mon, 15 Aug 2016 21:56:29 +0200 Subject: [PATCH] remove -o api, as it's the evil --- app/v1/meta_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/v1/meta_linux.go b/app/v1/meta_linux.go index 40f919e..2e49b9d 100644 --- a/app/v1/meta_linux.go +++ b/app/v1/meta_linux.go @@ -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 }