Skip to content

Commit 21405e2

Browse files
author
Bohdan Korablov
committed
MAGETWO-90925: Wrong case in classname CLI in ProcessCronQueueObserver
1 parent c3908b4 commit 21405e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cron/Observer/ProcessCronQueueObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
170170
) == 1
171171
)) {
172172
$this->_shell->execute(
173-
$phpPath . ' %s cron:run --group=' . $groupId . ' --' . CLI::INPUT_KEY_BOOTSTRAP . '='
173+
$phpPath . ' %s cron:run --group=' . $groupId . ' --' . Cli::INPUT_KEY_BOOTSTRAP . '='
174174
. self::STANDALONE_PROCESS_STARTED . '=1',
175175
[
176176
BP . '/bin/magento'

0 commit comments

Comments
 (0)