Skip to content

Commit 2cd9d1c

Browse files
committed
enclose dir_name value with quotes
The coloration will not work otherwise
1 parent 7e1e074 commit 2cd9d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can configure the path, namespace, table_name and name in your `config.yml`.
6666
6767
# app/config/config.yml
6868
doctrine_migrations:
69-
dir_name: %kernel.root_dir%/DoctrineMigrations
69+
dir_name: "%kernel.root_dir%/DoctrineMigrations"
7070
namespace: Application\Migrations
7171
table_name: migration_versions
7272
name: Application Migrations

0 commit comments

Comments
 (0)