OK instead of GOOD

This commit is contained in:
Michael Stanclift 2020-05-30 21:58:25 -05:00
parent 4aaeda32f4
commit b70aa3ad3d

View File

@ -63,7 +63,7 @@ NC='\033[0m'
# Message Codes
FAIL="[ ${RED}FAIL${NC} ]"
WARN="[ ${PURPLE}WARN${NC} ]"
GOOD="[${GREEN}DONE${NC}]"
GOOD="[ ${GREEN} OK ${NC} ]"
STAT="[ ${CYAN}EXEC${NC} ]"
INFO="[ ${YELLOW}INFO${NC} ]"
NEED="[ ${BLUE}NEED${NC} ]"