Skip to content

Commit 5413293

Browse files
committed
minor #10720 fix the markup (xabbuh)
This PR was merged into the 4.1 branch. Discussion ---------- fix the markup Unindenting the code blocks ensure that they are not rendered as block quotes. Commits ------- 48594b4 fix the markup
2 parents 57d0f6b + 48594b4 commit 5413293

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

configuration/dot-env-changes.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,29 +56,29 @@ changes can be made to any Symfony 3.4 or higher app:
5656

5757
#. Update ``.gitignore``:
5858

59-
.. code-block:: diff
59+
.. code-block:: diff
6060
61-
# .gitignore
62-
# ...
61+
# .gitignore
62+
# ...
6363
64-
###> symfony/framework-bundle ###
65-
- /.env
66-
+ /.env.local
67-
+ /.env.*.local
64+
###> symfony/framework-bundle ###
65+
- /.env
66+
+ /.env.local
67+
+ /.env.*.local
6868
69-
# ...
69+
# ...
7070
7171
#. Rename ``.env`` to ``.env.local`` and ``.env.dist`` to ``.env``:
7272

73-
.. code-block:: terminal
73+
.. code-block:: terminal
7474
75-
# Unix
76-
$ mv .env .env.local
77-
$ git mv .env.dist .env
75+
# Unix
76+
$ mv .env .env.local
77+
$ git mv .env.dist .env
7878
79-
# Windows
80-
$ mv .env .env.local
81-
$ git mv .env.dist .env
79+
# Windows
80+
$ mv .env .env.local
81+
$ git mv .env.dist .env
8282
8383
You can also update the `comment on the top of .env`_ to reflect the new changes.
8484

0 commit comments

Comments
 (0)