neofetch: Fix syntax error
This commit is contained in:
parent
010e376058
commit
77cac59c84
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -2615,6 +2615,7 @@ get_gpu() {
|
|||
case $line in
|
||||
*Caption*|'')
|
||||
continue
|
||||
;;
|
||||
|
||||
*)
|
||||
prin "${subtitle:+${subtitle}${gpu_name}}" "$line"
|
||||
|
|
Loading…
Reference in a new issue