Skip to content

Commit de4fa9a

Browse files
authored
[12.x] Improve output grammar in ScheduleRunCommand (#56776)
* Fix typo in skip message for scheduled events * Fix log message for skipping scheduled command
1 parent 95eeea4 commit de4fa9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Console/Scheduling/ScheduleRunCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ protected function runSingleServerEvent($event)
162162
$this->runEvent($event);
163163
} else {
164164
$this->components->info(sprintf(
165-
'Skipping [%s], as command already run on another server.', $event->getSummaryForDisplay()
165+
'Skipping [%s] because the command already ran on another server.', $event->getSummaryForDisplay()
166166
));
167167
}
168168
}

0 commit comments

Comments
 (0)