Commit 77cac59c authored by Dylan Araps's avatar Dylan Araps

neofetch: Fix syntax error

parent 010e3760
...@@ -2615,6 +2615,7 @@ get_gpu() { ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment