diff options
author | Tristan Maat <tm@tlater.net> | 2019-07-29 13:04:09 +0000 |
---|---|---|
committer | Tristan Maat <tm@tlater.net> | 2019-07-29 13:04:09 +0000 |
commit | af0bc8ada1975d33d30fb620ed7343672011f23c (patch) | |
tree | 9820d780178ffc16e404a6f1e737d8aff52a07e6 | |
parent | e97f0348744a8503c8c75a44d961d85b13a58d47 (diff) | |
download | buildstream-af0bc8ada1975d33d30fb620ed7343672011f23c.tar.gz |
doc/source/format_project.rst: Fix tiny typo
-rw-r--r-- | doc/source/format_project.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/format_project.rst b/doc/source/format_project.rst index ac6786c79..8f8a4cfff 100644 --- a/doc/source/format_project.rst +++ b/doc/source/format_project.rst @@ -1,4 +1,3 @@ - .. _projectconf: @@ -202,7 +201,7 @@ with an artifact share. artifacts: # A remote cache from which to download prebuilt artifacts - url: https://foo.com:11001 - server.cert: server.crt + server-cert: server.crt # A remote cache from which to upload/download built/prebuilt artifacts - url: https://foo.com:11002 server-cert: server.crt |