OOOH RIGHT
This commit is contained in:
parent
b8c013c0ad
commit
6936d7932f
|
@ -78,7 +78,7 @@ func MetaUpdateGET(md common.MethodData) common.CodeMessager {
|
|||
if !execCommand("go", "get", "-u", "-d", "-v") {
|
||||
return
|
||||
}
|
||||
if !execCommand("go", "build", "-o", "-v", "api") {
|
||||
if !execCommand("go", "build", "-v", "-o", "api") {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user