diff --git a/app/Console/Commands/RunMonitoring.php b/app/Console/Commands/RunMonitoring.php index 61b83bf..8c177da 100644 --- a/app/Console/Commands/RunMonitoring.php +++ b/app/Console/Commands/RunMonitoring.php @@ -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));