Skip to content

Commit 5857247

Browse files
committed
Fixing bash coding block
1 parent fafc213 commit 5857247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/security/acl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ First, we need to configure the connection the ACL system is supposed to use:
7070
After the connection is configured, we have to import the database structure.
7171
Fortunately, we have a task for this. Simply run the following command:
7272

73-
.. code-block:: text
73+
.. code-block:: bash
7474
75-
php app/console init:acl
75+
$ php app/console init:acl
7676
7777
Getting Started
7878
---------------

0 commit comments

Comments
 (0)