Skip to content

Commit

Permalink
fix yaml syntax
Browse files Browse the repository at this point in the history
| Q                | A
| --------------- | ----
| Doc fix?      | yes
| New docs? | no
| Applies to   | all
  • Loading branch information
mhor committed Feb 15, 2016
1 parent 8d72a1f commit d25a312
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cookbook/bundles/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ The output will look like this:
.. code-block:: text
assetic:
debug: %kernel.debug%
debug: '%kernel.debug%'
use_controller:
enabled: %kernel.debug%
enabled: '%kernel.debug%'
profiler: false
read_from: %kernel.root_dir%/../web
write_to: %assetic.read_from%
read_from: '%kernel.root_dir%/../web'
write_to: '%assetic.read_from%'
java: /usr/bin/java
node: /usr/local/bin/node
node_paths: []
Expand Down

0 comments on commit d25a312

Please sign in to comment.