Merge pull request #283 from truecharts/nocollorbreak

ensure having no-collors set doesn't break execution
This commit is contained in:
Kjeld Schouten-Lebbing 2022-12-27 13:47:48 +01:00 committed by GitHub
commit 09fee5bbb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,9 @@ else
kubeapi-enable)
kubeapiEnable="true"
;;
no-color)
noColor
;;
*)
echo -e "Invalid Option \"--$OPTARG\"\n" && help
exit