This commit is contained in:
pika 2025-05-18 18:59:35 +02:00
parent 32c508682f
commit 112580eb6c

View file

@ -86,7 +86,7 @@ echo_warning() {
}
echo_note() {
echo "${BOLD}${GREEN}NOTE:${NC}${BRIGHT_GREEN} $1 ${NC}"
echo "${BOLD}${BRIGHT_GREEN}NOTE:${NC}${GREEN} $1 ${NC}"
}
# ─< Check if the given command exists silently >─────────────────────────────────────────