@@ -53,7 +53,7 @@ |
||
53 | 53 | |
54 | 54 | public function check() |
55 | 55 | { |
56 | - $command = $this->executable . ' -pdf '. $this->file .' - 2>&1 >/dev/null'; |
|
56 | + $command = $this->executable . ' -pdf ' . $this->file . ' - 2>&1 >/dev/null'; |
|
57 | 57 | |
58 | 58 | $process = new Process($command); |
59 | 59 | $process->run(); |