From 72c4a16a42926de270aa55122595b8b8a5aa9aef Mon Sep 17 00:00:00 2001 From: Gregor Harlan Date: Tue, 7 May 2024 12:31:39 +0200 Subject: [PATCH] fix test whether messenger component exists --- recipe/symfony.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/symfony.php b/recipe/symfony.php index d91d3fe..7468f9e 100644 --- a/recipe/symfony.php +++ b/recipe/symfony.php @@ -29,7 +29,7 @@ } $console = '{{bin/php}} {{previous_release}}/bin/console'; - if (test('[[ $('.$console.' list messenger --raw {{console_options}} | grep messenger:stop-workers) ]]')) { + if (test('[[ $('.$console.' list --raw {{console_options}} | grep messenger:stop-workers) ]]')) { run($console.' messenger:stop-workers {{console_options}}'); } });