Skip to content

Commit d3eb55c

Browse files
updates
1 parent 60330a5 commit d3eb55c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/modules/errmsg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#!/bin/bash
2424
ERRORS_FILE="$GITHUB_ACTION_PATH/data/codes.json"
25-
ERROR_PREFIX="Just an Ultimate Site Tool"
25+
ERROR_PREFIX="_just"
2626
source $GITHUB_ACTION_PATH/src/modules/color.sh
2727

2828
ErrorMessage() {

src/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ elif [ -z "$INPUT_PATH" ]; then
3333
fi
3434

3535
VERSION=$(echo "$GITHUB_ACTION_PATH" | grep -oP '(?<=/v)[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?') || $GITHUB_SHA
36-
msg1=$(_justMessage "$_PURPLE Running Just an Ultimate Site Tool$_DARKGRAY v$VERSION$_RESET")
36+
msg1=$(_justMessage "$_LIGHTPURPLE Running Just an Ultimate Site Tool$_DARKGRAY v$VERSION $_RESET")
3737
msg2=$(_justMessage "$_BLUE Installing Node.js$_RESET")
3838
msg3=$(_justMessage "$_BLUE Installed Node.js$_RESET")
3939
msg4=$(_justMessage "$_GREEN Postprocessing completed$_RESET")

0 commit comments

Comments
 (0)