diff --git a/cmd/glbc/main.go b/cmd/glbc/main.go index 912a7c515a..e5a375e11a 100644 --- a/cmd/glbc/main.go +++ b/cmd/glbc/main.go @@ -44,7 +44,7 @@ func main() { // TODO: remove this when we do a release so the -logtostderr can be // used as a proper argument. - go_flag.Lookup("logtostderr").Value.Set("true") + flag.Lookup("logtostderr").Value.Set("true") if flags.F.Version { fmt.Printf("Controller version: %s\n", version.Version)