From c7fb9ae2dd92003b67f4359f5a1fc3ebc82f5921 Mon Sep 17 00:00:00 2001 From: jeroen Date: Tue, 9 Aug 2022 17:33:06 +0200 Subject: [PATCH] BUGFIX: typo --- src/Command/RunCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/Command/RunCommand.php diff --git a/src/Command/RunCommand.php b/src/Command/RunCommand.php old mode 100644 new mode 100755 index 32404e2..2563233 --- a/src/Command/RunCommand.php +++ b/src/Command/RunCommand.php @@ -26,7 +26,7 @@ class RunCommand extends Command protected function configure() { $this - ->setDescription('RunRepository a single cronjob') + ->setDescription('Run a single cronjob') ->setHelp('This command runs a single command') ->addArgument('jobid', InputArgument::REQUIRED, 'The id of the job to be run'); }