@@ -33,7 +33,7 @@ |
||
33 | 33 | { |
34 | 34 | $csrFile = $input->getArgument('csr'); |
35 | 35 | if (!file_exists($csrFile)) { |
36 | - $output->writeln('<error>Unable to load '. $csrFile .'</error>'); |
|
36 | + $output->writeln('<error>Unable to load '.$csrFile.'</error>'); |
|
37 | 37 | $output->writeln('<error>Please check the path and try again</error>'); |
38 | 38 | return false; |
39 | 39 | } |