Skip to content

Commit

Permalink
Update acme.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanY610 authored Jul 18, 2023
1 parent a1b35cd commit 11f9823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Acme/acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RED="\033[31m"
GREEN="\033[32m"
YELLOW="\033[33m"
NC='\033[0m'
NC="\033[0m"
red(){
echo -e "\033[31m\033[01m$1\033[0m"
}
Expand Down

0 comments on commit 11f9823

Please sign in to comment.