💚 fix ci review unchecked function error
This commit is contained in:
parent
6d9d5a0cc4
commit
07be211bca
@ -66,7 +66,10 @@ All Nodes of a k3d cluster are part of the same docker network.`,
|
||||
if flags.version {
|
||||
printVersion()
|
||||
} else {
|
||||
cmd.Usage()
|
||||
if err := cmd.Usage(); err != nil {
|
||||
log.Errorln(err)
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user