diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-03-16 17:28:53 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-03-16 17:39:37 +0900 |
commit | c187ab76168a5f5a3412350bd81d9e4c88c70b7e (patch) | |
tree | 2425f6629224c7e77a7c2ada76d7a5107e1c7887 | |
parent | 9543d0784975c1623b543379207a31b118026418 (diff) | |
download | buildstream-c187ab76168a5f5a3412350bd81d9e4c88c70b7e.tar.gz |
doc/source/format.rst: Fix misnomer in documentation
The provided example shows the `tar` source ref being
expressed with a `sha256sum` key name, lets make the example
correct here and call it `ref`.
-rw-r--r-- | doc/source/format.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/format.rst b/doc/source/format.rst index b3171dc67..693ab75a6 100644 --- a/doc/source/format.rst +++ b/doc/source/format.rst @@ -129,7 +129,7 @@ in order to build itself, in this case the sources might be listed as: - kind: tarball directory: src/frobdir url: data:frobs.tgz - sha256sum: 9d4b1147f8cf244b0002ba74bfb0b8dfb3... + ref: 9d4b1147f8cf244b0002ba74bfb0b8dfb3... Like Elements, Source types are plugins which are indicated by the ``kind`` attribute. Asides from the common ``kind`` and ``directory`` attributes which may be applied to all |