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:24:21 +0200 |
commit | 12831c57f5ce5fd91200fe76b16147b1a72f3977 (patch) | |
tree | fc9cb2e7268832b0cc8acccb42a66b25227a919b /doc | |
parent | 431e578bf1b80074bd0f0ca8559e998dad59d4c0 (diff) | |
download | buildstream-12831c57f5ce5fd91200fe76b16147b1a72f3977.tar.gz |
doc/source/format_declaring.rst: Fix the YAML block
String starting with a "%" character need to be quoted.
Diffstat (limited to 'doc')
-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 6a59557d4..a38973347 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: |