Skip to content

Commit

Permalink
Fix klog flag init
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Dec 26, 2018
1 parent e25854c commit ede19c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func main() {
endpoint = flag.String("endpoint", "unix://tmp/csi.sock", "CSI Endpoint")
version = flag.Bool("version", false, "Print the version and exit.")
)
klog.InitFlags(nil)
flag.Parse()

if *version {
Expand Down

0 comments on commit ede19c0

Please sign in to comment.