Merge pull request #186 from firstEncounter/master

Correct NVIDIA capitalization
This commit is contained in:
Dylan Araps 2016-03-27 11:01:15 +11:00
commit a50a8fb573
1 changed files with 1 additions and 1 deletions

View File

@ -1044,7 +1044,7 @@ getgpu () {
gpu=${gpu/\[} gpu=${gpu/\[}
gpu=${gpu/\] } gpu=${gpu/\] }
brand="Nvidia " brand="NVIDIA "
;; ;;
*virtualbox*) *virtualbox*)