diff --git a/scripts/githooks/pre-push b/scripts/githooks/pre-push index 39c42832c..d28e63869 100644 --- a/scripts/githooks/pre-push +++ b/scripts/githooks/pre-push @@ -40,6 +40,7 @@ if [[ `git status --porcelain` ]]; then exit 1 fi +COLOR_SUFFIX="\033[0m" # End all colors and special effects PURPLE_PREFIX="\033[35m" # Purple prefix BOLD_PREFIX="\033[1m" # Bold prefix