Skip to content

Commit 91ee9c4

Browse files
author
Jonathan Visser
committed
Set <= as operator
1 parent 93ec28f commit 91ee9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/shopware6.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
run('cd {{release_path}} && bin/console cache:warmup');
7070

7171
// 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', '<')) {
72+
if (version_compare(get('shopware_version'), '6.6.0', '<=')) {
7373
run('cd {{release_path}} && bin/console http:cache:warm:up');
7474
}
7575
});

0 commit comments

Comments
 (0)