Fixing typo
This commit is contained in:
parent
3a288ff15f
commit
caa8ca8ce5
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class RunMonitoring extends Command
|
|||
return true;
|
||||
}
|
||||
|
||||
$this->info('I have '.count($tasks).' to process. Better get started ...');
|
||||
$this->info('I have '.count($tasks).' tasks to process. Better get started ...');
|
||||
|
||||
$this->newLine();
|
||||
$bar = $this->output->createProgressBar(count($tasks));
|
||||
|
|
Loading…
Add table
Reference in a new issue