We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcfbbe commit 92f6ec7Copy full SHA for 92f6ec7
README.rst
@@ -190,8 +190,8 @@ files and directories:
190
``env`` Configurator
191
~~~~~~~~~~~~~~~~~~~~
192
193
-Adds the given list of environment variables to the ``.env`` and ``.env.dist``
194
-files stored in the root of the Symfony project:
+Adds the given list of environment variables to the ``.env``
+file stored in the root of the Symfony project:
195
196
.. code-block:: json
197
@@ -201,8 +201,7 @@ files stored in the root of the Symfony project:
201
}
202
203
204
-This recipe is converted into the following content appended to the ``.env``
205
-and ``.env.dist`` files:
+This recipe is converted into the following content appended to the ``.env`` file:
206
207
.. code-block:: bash
208
0 commit comments