neofetch: Fix syntax error

This commit is contained in:
Dylan Araps 2021-06-11 09:23:37 +00:00
parent 010e376058
commit 77cac59c84
1 changed files with 1 additions and 0 deletions

View File

@ -2615,6 +2615,7 @@ get_gpu() {
case $line in case $line in
*Caption*|'') *Caption*|'')
continue continue
;;
*) *)
prin "${subtitle:+${subtitle}${gpu_name}}" "$line" prin "${subtitle:+${subtitle}${gpu_name}}" "$line"