Fix lint
parent
d7f755d67a
commit
cbefe9936e
|
@ -7,5 +7,5 @@ import (
|
||||||
func init() {
|
func init() {
|
||||||
// Workaround for "ERROR: logging before flag.Parse"
|
// Workaround for "ERROR: logging before flag.Parse"
|
||||||
// See: https://github.com/kubernetes/kubernetes/issues/17162
|
// See: https://github.com/kubernetes/kubernetes/issues/17162
|
||||||
flag.CommandLine.Parse([]string{})
|
_ = flag.CommandLine.Parse([]string{})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue