Completed
Pull Request — master (#966)
by
unknown
13:04 queued 45s
created
src/N98/Magento/Command/System/Cron/RunCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         $this
28 28
             ->setName('sys:cron:run')
29 29
             ->addArgument('job', InputArgument::OPTIONAL, 'Job code')
30
-            ->addOption('schedule', null,InputOption::VALUE_NONE, 'Schedule cron instead of run with current user')
30
+            ->addOption('schedule', null, InputOption::VALUE_NONE, 'Schedule cron instead of run with current user')
31 31
             ->setDescription('Runs a cronjob by job code');
32 32
         $help = <<<HELP
33 33
 If no `job` argument is passed you can select a job from a list.
Please login to merge, or discard this patch.