Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
removed typo that was added to be possible validate when pdfsig don't
exists

Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jan 9, 2025
1 parent faed42e commit 42137d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/Install/ConfigureCheckService.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function checkSign(): array {
}

public function checkPoppler(): array {
if (shell_exec('which pdfsigf') === null) {
if (shell_exec('which pdfsig') === null) {
return [
(new ConfigureCheckHelper())
->setInfoMessage('Poppler utils not installed')
Expand Down

0 comments on commit 42137d6

Please sign in to comment.