Skip to content

Commit

Permalink
misc: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tcodes0 committed Sep 11, 2024
1 parent 1b1600c commit c5a5629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
export LIB_LOADED=true

# ANSI escape codes for specific colors
export LIB_COLOR_PASS="\e[7;38;05;242m PASS \e[0m" # deprecated in favor of LIB_GREEN_PASS
export LIB_COLOR_PASS="\e[7;38;05;242m PASS \e[0m" # deprecated in favor of LIB_GREEN_PASS
export LIB_COLOR_FAIL="\e[2;7;38;05;197;47m FAIL \e[0m" # deprecated in favor of LIB_RED_FAIL
export LIB_GREEN_PASS="\e[7;38;05;242m PASS \e[0m"
export LIB_RED_FAIL="\e[2;7;38;05;197;47m FAIL \e[0m"
Expand Down

0 comments on commit c5a5629

Please sign in to comment.