Skip to content

Commit

Permalink
Update triggered by message
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jan 9, 2025
1 parent 2097f1c commit e918494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/UpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e918494

Please sign in to comment.