We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ec28f commit 91ee9c4Copy full SHA for 91ee9c4
recipes/shopware6.php
@@ -69,7 +69,7 @@
69
run('cd {{release_path}} && bin/console cache:warmup');
70
71
// Shopware 6.6+ dropped support for the http:cache:warmup command, so only execute it if the version is less than 6.6
72
- if (version_compare(get('shopware_version'), '6.6.0', '<')) {
+ if (version_compare(get('shopware_version'), '6.6.0', '<=')) {
73
run('cd {{release_path}} && bin/console http:cache:warm:up');
74
}
75
});
0 commit comments