mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-21 17:15:25 +03:00
[NvidiaDriverBridge] fix typo (#4224)
This commit is contained in:
parent
320afc3f32
commit
2d5d2f5017
1 changed files with 2 additions and 2 deletions
|
@ -66,13 +66,13 @@ class NvidiaDriverBridge extends FeedExpander
|
|||
$this->operatingSystem = 'Windows';
|
||||
break;
|
||||
case 'Linux':
|
||||
$whql = $this->getInput('lwwhql');
|
||||
$whql = $this->getInput('lwhql');
|
||||
$parameters['osid'] = 12;
|
||||
$parameters['whql'] = $whql;
|
||||
$this->operatingSystem = 'Linux';
|
||||
break;
|
||||
case 'FreeBSD':
|
||||
$whql = $this->getInput('fwwhql');
|
||||
$whql = $this->getInput('fwhql');
|
||||
$parameters['osid'] = 22;
|
||||
$parameters['whql'] = $whql;
|
||||
$this->operatingSystem = 'FreeBSD';
|
||||
|
|
Loading…
Reference in a new issue