From 87bf157bf463f8576f0d8486da575b300de63a01 Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 3 Feb 2016 21:36:29 +1100 Subject: [PATCH] NVIDIA GPU: Fix double space before count --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index 8012aa6f..0ffb6ff3 100755 --- a/fetch +++ b/fetch @@ -884,7 +884,7 @@ getgpu () { gpu=${gpu/G????M } gpu=${gpu/G???? } gpu=${gpu/\[} - gpu=${gpu/\]} + gpu=${gpu/\] } brand="Nvidia " ;;