Skip to content

Commit

Permalink
Merge pull request #120 from bowei/missing-commit
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
MrHohn authored Jan 30, 2018
2 parents 4bf810e + 09ec64e commit df54af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/glbc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit df54af3

Please sign in to comment.