diff options
author | Mathieu Bridon <bochecha@daitauha.fr> | 2019-04-22 11:52:25 +0200 |
---|---|---|
committer | Mathieu Bridon <bochecha@daitauha.fr> | 2019-04-22 12:15:21 +0200 |
commit | bb87537e0e39a6b2433847d99ba3ede1067f423d (patch) | |
tree | 5339963c62ed942903a6dbbd96273aa8b1f76628 | |
parent | 04946d4690ac2e0c59776e1d6087a93057ca84a8 (diff) | |
download | buildstream-bb87537e0e39a6b2433847d99ba3ede1067f423d.tar.gz |
doc/source/format_declaring.rst: Fix the YAML block
String starting with a "%" character need to be quoted.
-rw-r--r-- | doc/source/format_declaring.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/format_declaring.rst b/doc/source/format_declaring.rst index a809676fc..11586e334 100644 --- a/doc/source/format_declaring.rst +++ b/doc/source/format_declaring.rst @@ -29,7 +29,7 @@ Here is a rather complete example using the autotools element kind and git sourc # Override some variables variables: - sysconfdir: %{prefix}/etc + sysconfdir: "%{prefix}/etc" # Tweak the sandbox shell environment environment: |