Skip to content

Commit

Permalink
fix test whether messenger component exists
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed May 7, 2024
1 parent 948b0c7 commit 72c4a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/symfony.php
Original file line number Diff line number Diff line change
Expand Up @@ -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}}');
}
});
Expand Down

0 comments on commit 72c4a16

Please sign in to comment.