Make the entire info block yellow

This commit is contained in:
Michael Stanclift 2020-05-30 23:17:36 -05:00
parent cd443f1306
commit 9778318e66

View File

@ -1094,7 +1094,7 @@ function task_automate {
# Echo Stack
## Informative
function echo_info {
echo -e "${INFO} ${MESSAGE}"
echo -e "${INFO} ${YELLOW}${MESSAGE}${NC}"
}
## Warning