1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:54:43 -07:00

go.tools/dashboard/builder: fix build

TBR=bradfitz
R=bradfitz
CC=golang-codereviews
https://golang.org/cl/151370044
This commit is contained in:
Andrew Gerrand 2014-10-04 08:43:04 +10:00
parent fce07d6ae8
commit 4fb5eee0bd

View File

@ -128,7 +128,7 @@ func main() {
os.Exit(2)
}
flag.Parse()
if len(flag.Args()) == 0 && !*commitOnly {
if len(flag.Args()) == 0 && !*commitWatch {
flag.Usage()
}