summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/echo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/echo.sh b/functions/echo.sh
index 31c118239..af3c4ca56 100755
--- a/functions/echo.sh
+++ b/functions/echo.sh
@@ -48,7 +48,7 @@ Echo_message ()
STRING="${1}"
shift
- local PREFIX="${BOLD}P${NO_COLOR}"
+ local PREFIX="${PURPLE}P${NO_COLOR}"
if [ "${_COLOR}" = "false" ]; then
PREFIX="P"
fi