From d25a312a7be3bc4322a6c706298979f5f9a144b5 Mon Sep 17 00:00:00 2001 From: Maxime Horcholle Date: Sat, 13 Feb 2016 22:26:14 +0100 Subject: [PATCH] fix yaml syntax | Q | A | --------------- | ---- | Doc fix? | yes | New docs? | no | Applies to | all --- cookbook/bundles/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cookbook/bundles/installation.rst b/cookbook/bundles/installation.rst index 1dd7e1f4d83..013ed4e4305 100644 --- a/cookbook/bundles/installation.rst +++ b/cookbook/bundles/installation.rst @@ -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: []