NVIDIA GPU: Fix double space before count
This commit is contained in:
parent
41c23025b6
commit
87bf157bf4
1 changed files with 1 additions and 1 deletions
2
fetch
2
fetch
|
@ -884,7 +884,7 @@ getgpu () {
|
|||
gpu=${gpu/G????M }
|
||||
gpu=${gpu/G???? }
|
||||
gpu=${gpu/\[}
|
||||
gpu=${gpu/\]}
|
||||
gpu=${gpu/\] }
|
||||
|
||||
brand="Nvidia "
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue