From a576c8470d005df9312696a602d7f9a6ded33f46 Mon Sep 17 00:00:00 2001 From: aryaantony92 <97134765+aryaantony92@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:27:28 +0200 Subject: [PATCH] Update src/Command/IndexService/ResetQueueCommand.php Co-authored-by: Jacob Dreesen --- src/Command/IndexService/ResetQueueCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/IndexService/ResetQueueCommand.php b/src/Command/IndexService/ResetQueueCommand.php index c1792bfb..7fd1fa87 100644 --- a/src/Command/IndexService/ResetQueueCommand.php +++ b/src/Command/IndexService/ResetQueueCommand.php @@ -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');