Skip to content

Commit

Permalink
fix: typo in shopware install script
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmiko committed Jan 17, 2025
1 parent c683f67 commit 6315655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/_php-fpm-common/shopware-web/bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ shopware_configure_varnish() {
shopware_configure_varnish_post_6_6_0_0
}

shopware_configure_redis_post_6_6_0_0() {
shopware_configure_varnish_post_6_6_0_0() {
cat <<EOF >"$(app_path)/config/packages/zz-varnish.yml"
shopware:
http_cache:
Expand All @@ -541,7 +541,7 @@ shopware:
EOF
}

shopware_configure_redis_pre_6_6_0_0() {
shopware_configure_varnish_pre_6_6_0_0() {
cat <<EOF >"$(app_path)/config/packages/zz-varnish.yml"
shopware:
reverse_proxy:
Expand Down

0 comments on commit 6315655

Please sign in to comment.