Skip to content

Commit

Permalink
not dkgray
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonholmgren committed Nov 29, 2023
1 parent 9b78548 commit 014b2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ main() {
BLUE='\033[1;34m'
YELLOW='\033[1;33m'
RED='\033[1;31m'
DKGRAY='\033[1;30m'
DKGRAY='\033[0;30m'
CYAN='\033[1;36m'
GREEN='\033[1;32m'
END='\033[0m' # End Color
Expand Down

0 comments on commit 014b2a9

Please sign in to comment.