From 582d21d039471d4714259ff8a6d49d6a113059f2 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 27 Dec 2022 14:42:16 +0100 Subject: [PATCH] fix shellcheck issues --- truetool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/truetool.sh b/truetool.sh index 1859410f..7420bbf3 100755 --- a/truetool.sh +++ b/truetool.sh @@ -77,7 +77,7 @@ else kubeapiEnable="true" ;; no-color) - noColor="true" + echo "Colors are removed, so the no-color option is depricated. Please stop using this" ;; *) echo -e "Invalid Option \"--$OPTARG\"\n" && help