From 44b999638c5f05cb45ffdb8e04e5d448a04503fb Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Sun, 2 Oct 2022 15:37:34 +0100 Subject: [PATCH] Update comment to match code --- src/Step/Deploy/UnlockCronJobs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Step/Deploy/UnlockCronJobs.php b/src/Step/Deploy/UnlockCronJobs.php index 1e400c2a1b..c8cafd013f 100644 --- a/src/Step/Deploy/UnlockCronJobs.php +++ b/src/Step/Deploy/UnlockCronJobs.php @@ -54,7 +54,7 @@ public function __construct( } /** - * Updates running cron jobs to status 'missed'. + * Updates running cron jobs to status 'error'. * * {@inheritdoc} */