diff --git a/Resources/views/template.txt.twig b/Resources/views/template.txt.twig index 9e3f9fe..51d8d60 100644 --- a/Resources/views/template.txt.twig +++ b/Resources/views/template.txt.twig @@ -4,6 +4,6 @@ MAILTO="{{ mailto }}" {% for cron in crons %} # {{ cron.name }} -{{ cron.expression }} {{ user }} {{ php_version }} {{ absolute_path }} {{ cron.command }} --env={{ env }} +{{ cron.expression }} {{ user }} APP_ENV={{ env }} {{ php_version }} {{ absolute_path }} {{ cron.command }} {% endfor %}