NVIDIA GPU: Fix double space before count

This commit is contained in:
Dylan 2016-02-03 21:36:29 +11:00
parent 41c23025b6
commit 87bf157bf4
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -884,7 +884,7 @@ getgpu () {
gpu=${gpu/G????M }
gpu=${gpu/G???? }
gpu=${gpu/\[}
gpu=${gpu/\]}
gpu=${gpu/\] }
brand="Nvidia "
;;