Fix green colour

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-06-27 08:02:43 +01:00
parent 4fb6921469
commit c879e18a89

View File

@@ -22,7 +22,7 @@ if [ $? -eq 0 ]; then
} }
green() { green() {
printf "\e[34;5;75m$@${END_CHARS}" printf "\e[32;5;75m$@${END_CHARS}"
} }
else else
bold() { bold() {