OOOH RIGHT

This commit is contained in:
Howl 2016-04-27 20:18:55 +02:00
parent b8c013c0ad
commit 6936d7932f
1 changed files with 1 additions and 1 deletions

View File

@ -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
}