Skip to content

Commit 8d53c58

Browse files
authored
Merge pull request #1356 from tacman/patch-1
remove references to .env.dist
2 parents f614c44 + 1dc526b commit 8d53c58

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ instead.
218218
``env`` Configurator
219219
~~~~~~~~~~~~~~~~~~~~
220220

221-
Adds the given list of environment variables to the ``.env`` and ``.env.dist``
222-
files stored in the root of the Symfony project:
221+
Adds the given list of environment variables to the ``.env``
222+
file stored in the root of the Symfony project:
223223

224224
.. code-block:: json
225225
@@ -229,8 +229,7 @@ files stored in the root of the Symfony project:
229229
}
230230
}
231231
232-
This recipe is converted into the following content appended to the ``.env``
233-
and ``.env.dist`` files:
232+
This recipe is converted into the following content appended to the ``.env`` file:
234233

235234
.. code-block:: bash
236235

0 commit comments

Comments
 (0)