Skip to content

Commit

Permalink
Merge pull request #6 from peterjaap/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pykettk authored Nov 7, 2022
2 parents 613e09c + f820bac commit 028ab32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Console/Command/IndexerLockAll.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
));
Expand Down

0 comments on commit 028ab32

Please sign in to comment.