[elbe-devel] [PATCH 2/2] docs quickstart: fix key.pub -> repo.pub
Torben Hohn
torben.hohn at linutronix.de
Thu Jun 6 09:35:23 CEST 2019
when the key is generated the documentation tells the user to name
it repo.pub. Be consistent.
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
docs/quickstart.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/quickstart.txt b/docs/quickstart.txt
index d4c867b72..a525be632 100644
--- a/docs/quickstart.txt
+++ b/docs/quickstart.txt
@@ -421,7 +421,7 @@ following to access the repository:
<url>
<binary>http://LOCALMACHINE/repo/ jessie main</binary>
<source>http://LOCALMACHINE/repo/ jessie main</source>
- <key>http://LOCALMACHINE/repo/key.pub</key>
+ <key>http://LOCALMACHINE/repo/repo.pub</key>
</url>
</url-list>
-------------------------------------------------------------------------------
--
2.11.0
More information about the elbe-devel
mailing list