From 09ec64e25273859aee68d317ed461c9e56b1fbed Mon Sep 17 00:00:00 2001 From: Bowei Du Date: Tue, 30 Jan 2018 14:15:50 -0800 Subject: [PATCH] fix typo --- cmd/glbc/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)