From bcacab2d8abb675d5c553568e5cc66483b4b122a Mon Sep 17 00:00:00 2001 From: Roy Klutman Date: Thu, 30 Aug 2018 16:46:09 +0200 Subject: [PATCH] Assume the user is using Flex when deploying --- deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.rst b/deployment.rst index 249ee927948..a5a06df92fb 100644 --- a/deployment.rst +++ b/deployment.rst @@ -157,7 +157,7 @@ as you normally do: .. caution:: If you get a "class not found" error during this step, you may need to -   run ``export SYMFONY_ENV=prod`` (or ``export APP_ENV=prod`` if you're +   run ``export APP_ENV=prod`` (or ``export SYMFONY_ENV=prod`` if you're not   using :doc:`Symfony Flex `) before running this command so that the ``post-install-cmd`` scripts run in the ``prod`` environment.