Skip to content

Commit

Permalink
fix: adjust Magento developer mode set [#1]
Browse files Browse the repository at this point in the history
  • Loading branch information
d3p1 committed Sep 10, 2024
1 parent aff0305 commit 06f0eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/lib/init/development/configure-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ _configure_traefik() {
##
_configure_magento() {
print_message "[NOTICE] Start init Magento dev environment variables"
SCRIPT_MAGENTO_RUN_MODE="development"
SCRIPT_MAGENTO_RUN_MODE="developer"
export SCRIPT_MAGENTO_RUN_MODE
print_env_var "SCRIPT_MAGENTO_RUN_MODE"
print_message "[NOTICE] End init Magento dev environment variables"
Expand Down

0 comments on commit 06f0eb7

Please sign in to comment.