Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb3f7917 authored by Amit Kumar's avatar Amit Kumar
Browse files

Fix ERROR_FLAG in bump-script.sh

parent 6c67d116
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ NOCOLOR="\033[0m"

QUESTION_FLAG="${GREEN}?"
NOTICE_FLAG="${CYAN}❯"
ERROR_FLAG="${RED}🛑🛑\U25CF"
ERROR_FLAG="${RED}\U25CF"

BUMPING_MSG="${NOTICE_FLAG} Bumping up version...${NOCOLOR}"
PUSHING_MSG="${NOTICE_FLAG} Pushing new version to the ${WHITE}origin${CYAN}...${NOCOLOR}"