diff --git a/Console/Command/IndexerLockAll.php b/Console/Command/IndexerLockAll.php index 0fd3f62..0bafacf 100644 --- a/Console/Command/IndexerLockAll.php +++ b/Console/Command/IndexerLockAll.php @@ -75,7 +75,7 @@ protected function execute( $indexerConfig[$mode][] = $indexer->getIndexerId(); $output->writeln(sprintf( - '%S indexer has been locked to %s', + '%s indexer has been locked to %s', $indexer->getTitle(), $mode === IndexerSetModeCommand::INPUT_KEY_SCHEDULE ? 'Update on Schedule' : 'Update on Save' ));