Skip to content

Commit b43f324

Browse files
committed
Fix typo
1 parent e5d8601 commit b43f324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elluminate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ cnt_dir() {
213213
COUNT=$(find . -mindepth 1 -maxdepth 1 -type d | wc -l)
214214
case $COUNT in
215215
14)
216-
printf "$BLG%s $OFF%s\n\n" "All programs have been downloaded successfully."
216+
printf "$BDG%s $OFF%s\n\n" "All programs have been downloaded successfully."
217217
beep_dl_complete
218218
sleep 2
219219
;;

0 commit comments

Comments
 (0)