diff --git a/src/Command/UpdateCommand.php b/src/Command/UpdateCommand.php index 7a6690f..71303a9 100644 --- a/src/Command/UpdateCommand.php +++ b/src/Command/UpdateCommand.php @@ -23,7 +23,7 @@ public function __construct(private readonly MessageBusInterface $commandBus) protected function execute(InputInterface $input, OutputInterface $output): int { - $this->commandBus->dispatch(new StartCatalogPromotionUpdate(triggeredBy: sprintf('Symfony command "%s"', (string) self::$defaultName))); + $this->commandBus->dispatch(new StartCatalogPromotionUpdate(triggeredBy: sprintf('Running command "%s"', (string) self::$defaultName))); return 0; }