Skip to content

Commit 09824cc

Browse files
committed
Script: fix echo_color_success bug
1 parent 5f32e02 commit 09824cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Script/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ echo_warn() {
137137
echo -e "${YELLOW} $1 ${NC}"
138138
}
139139
echo_color_success() {
140-
echo -e "${YELLOW}[!]${NC} $1"
140+
echo -e "${GREEN} $1 ${NC}"
141141
}
142142
echo_color_warn() {
143143
echo -e "${YELLOW} $1 ${NC}"

0 commit comments

Comments
 (0)