Fixing typo

This commit is contained in:
Axel 2021-12-20 21:54:06 +01:00
parent 3a288ff15f
commit caa8ca8ce5

View file

@ -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));