From 00e0343150c504cedfe7974d3c0e2876a2dc2917 Mon Sep 17 00:00:00 2001
From: xudong-yang <xudong.yang@ucl.ac.uk>
Date: Thu, 6 Dec 2018 18:16:01 +0800
Subject: [PATCH] shrink the changed line to make sure it pass travis check

---
 neofetch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/neofetch b/neofetch
index 00d388ca..a4a4c493 100755
--- a/neofetch
+++ b/neofetch
@@ -3304,7 +3304,7 @@ get_gpu_driver() {
     case "$os" in
         "Linux")
             gpu_driver="$(lspci -nnk | awk -F ': ' \
-                          '/Display|3D|VGA/{nr[NR+2]}; NR in nr && $1 == "	Kernel driver in use" {printf $2 ", "}')"
+                          '/Display|3D|VGA/{nr[NR+2]}; NR in nr && $1~"nel driv" {printf $2 ", "}')"
             gpu_driver="${gpu_driver%, }"
 
             if [[ "$gpu_driver" == *"nvidia"* ]]; then