From 77cac59c84db2254c460c48a9c1a69c3b21b217a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 11 Jun 2021 09:23:37 +0000 Subject: [PATCH] neofetch: Fix syntax error --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 3c0a272c..d675de47 100755 --- a/neofetch +++ b/neofetch @@ -2615,6 +2615,7 @@ get_gpu() { case $line in *Caption*|'') continue + ;; *) prin "${subtitle:+${subtitle}${gpu_name}}" "$line"