From caa8ca8ce5a7564f66b821c4c3475d1ae0e58de1 Mon Sep 17 00:00:00 2001 From: Axel <1597611+axeloz@users.noreply.github.com> Date: Mon, 20 Dec 2021 21:54:06 +0100 Subject: [PATCH] Fixing typo --- app/Console/Commands/RunMonitoring.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));