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 }