Skip to content

Commit e918494

Browse files
committed
Update triggered by message
1 parent 2097f1c commit e918494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/UpdateCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct(private readonly MessageBusInterface $commandBus)
2323

2424
protected function execute(InputInterface $input, OutputInterface $output): int
2525
{
26-
$this->commandBus->dispatch(new StartCatalogPromotionUpdate(triggeredBy: sprintf('Symfony command "%s"', (string) self::$defaultName)));
26+
$this->commandBus->dispatch(new StartCatalogPromotionUpdate(triggeredBy: sprintf('Running command "%s"', (string) self::$defaultName)));
2727

2828
return 0;
2929
}

0 commit comments

Comments
 (0)