From ce0fcc8210db4091d9df6c92af157e5676f29fa4 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 11 Nov 2022 18:26:02 -0800 Subject: [PATCH] PHP lint fix --- lib/Command/VideoSetup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Command/VideoSetup.php b/lib/Command/VideoSetup.php index 122ac29e..c84960dd 100644 --- a/lib/Command/VideoSetup.php +++ b/lib/Command/VideoSetup.php @@ -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); }