PHP lint fix

pull/221/head
Varun Patil 2022-11-11 18:26:02 -08:00
parent b93d613fab
commit ce0fcc8210
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class VideoSetup extends Command
$output->writeln('QSV is now disabled');
} else {
$output->writeln("\nQSV is now enabled. You may still need to install the Intel Media Driver");
$output->writeln("and ensure proper permissions for /dev/dri/renderD128.");
$output->writeln('and ensure proper permissions for /dev/dri/renderD128.');
$output->writeln('See the documentation for more details.');
$this->config->setSystemValue('memories.qsv', true);
}