Skip to content

Commit

Permalink
Update src/Command/IndexService/ResetQueueCommand.php
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Dreesen <j.dreesen@neusta.de>
  • Loading branch information
aryaantony92 and jdreesen authored Sep 19, 2023
1 parent 3c73e7c commit a576c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/IndexService/ResetQueueCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
{
// Remove in version 2.0
if($input->getArguments()['command'] == 'ecommerce:indexservice:reset-queue') {
$output->writeln('The command "portal-engine:update:index-recreate" is deprecated and will be removed in Version 2.0. Please use "ecommerce:index:reset-indices" instead.');
$output->writeln('The command "ecommerce:indexservice:reset-queue" is deprecated and will be removed in Version 2.0. Please use "ecommerce:index:reset-indices" instead.');
}
if (!($tenant = $input->getOption('tenant'))) {
throw new \Exception('No tenant given');
Expand Down

0 comments on commit a576c84

Please sign in to comment.