Skip to content

Commit

Permalink
enclose dir_name value with quotes
Browse files Browse the repository at this point in the history
The coloration will not work otherwise
  • Loading branch information
greg0ire committed Jul 29, 2015
1 parent 7e1e074 commit 2cd9d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can configure the path, namespace, table_name and name in your `config.yml`.
# app/config/config.yml
doctrine_migrations:
dir_name: %kernel.root_dir%/DoctrineMigrations
dir_name: "%kernel.root_dir%/DoctrineMigrations"
namespace: Application\Migrations
table_name: migration_versions
name: Application Migrations
Expand Down

0 comments on commit 2cd9d1c

Please sign in to comment.