Merge pull request #283 from truecharts/nocollorbreak
ensure having no-collors set doesn't break execution
This commit is contained in:
commit
09fee5bbb5
@ -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