From 12a7865d33d34324bc429ed44bb2ed2dbeb7f97e Mon Sep 17 00:00:00 2001 From: meo Date: Sat, 14 Dec 2024 08:34:17 +0100 Subject: [PATCH] fix: shellcheck remove the yellow color that is unused in the test --- testing.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/testing.sh b/testing.sh index 5882221..4fe7333 100755 --- a/testing.sh +++ b/testing.sh @@ -18,7 +18,6 @@ Color_Off='\033[0m' # Text Reset # Regular Colors Red='\033[0;31m' # Red Green='\033[0;32m' # Green -Yellow='\033[0;33m' # Yellow Cyan='\033[0;36m' # Cyan ## Functions