@@ -39,7 +39,7 @@ |
||
| 39 | 39 | ->setDefinition([ |
| 40 | 40 | new InputArgument('report', InputArgument::REQUIRED, 'Report to run'), |
| 41 | 41 | new InputArgument('outputFile', InputArgument::OPTIONAL, 'File to output report to', '/tmp/report.csv') |
| 42 | - ]); |
|
| 42 | + ]); |
|
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | protected function execute(InputInterface $input, OutputInterface $output) |