Skip to content

Commit 8a93aa4

Browse files
committed
minor #6269 [Cookbook][Bundles]fix yaml syntax (mhor)
This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook][Bundles]fix yaml syntax | Q | A | --------------- | ---- | Doc fix? | yes | New docs? | no | Applies to | all Commits ------- d25a312 fix yaml syntax
2 parents 44d7479 + d25a312 commit 8a93aa4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/bundles/installation.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ The output will look like this:
122122
.. code-block:: text
123123
124124
assetic:
125-
debug: %kernel.debug%
125+
debug: '%kernel.debug%'
126126
use_controller:
127-
enabled: %kernel.debug%
127+
enabled: '%kernel.debug%'
128128
profiler: false
129-
read_from: %kernel.root_dir%/../web
130-
write_to: %assetic.read_from%
129+
read_from: '%kernel.root_dir%/../web'
130+
write_to: '%assetic.read_from%'
131131
java: /usr/bin/java
132132
node: /usr/local/bin/node
133133
node_paths: []

0 commit comments

Comments
 (0)