Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
batden committed Dec 23, 2023
1 parent e5d8601 commit b43f324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elluminate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ cnt_dir() {
COUNT=$(find . -mindepth 1 -maxdepth 1 -type d | wc -l)
case $COUNT in
14)
printf "$BLG%s $OFF%s\n\n" "All programs have been downloaded successfully."
printf "$BDG%s $OFF%s\n\n" "All programs have been downloaded successfully."
beep_dl_complete
sleep 2
;;
Expand Down

0 comments on commit b43f324

Please sign in to comment.