ensure having no-collors set doesn't break execution
This commit is contained in:
parent
86a875b9d4
commit
8e23d96bec
@ -76,6 +76,9 @@ else
|
||||
kubeapi-enable)
|
||||
kubeapiEnable="true"
|
||||
;;
|
||||
no-color)
|
||||
noColor
|
||||
;;
|
||||
*)
|
||||
echo -e "Invalid Option \"--$OPTARG\"\n" && help
|
||||
exit
|
||||
|
Loading…
Reference in New Issue
Block a user