summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Bridon <bochecha@daitauha.fr>2019-04-22 11:52:25 +0200
committerMathieu Bridon <bochecha@daitauha.fr>2019-04-22 12:24:21 +0200
commit12831c57f5ce5fd91200fe76b16147b1a72f3977 (patch)
treefc9cb2e7268832b0cc8acccb42a66b25227a919b
parent431e578bf1b80074bd0f0ca8559e998dad59d4c0 (diff)
downloadbuildstream-12831c57f5ce5fd91200fe76b16147b1a72f3977.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.rst2
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: