diff options
author | Louis-Philippe Véronneau <tech@age.bdeb.qc.ca> | 2016-04-27 14:38:47 -0400 |
---|---|---|
committer | Louis-Philippe Véronneau <tech@age.bdeb.qc.ca> | 2016-04-27 14:38:47 -0400 |
commit | b45d09561e70bcb7429c9a2ecb481fc31ae20814 (patch) | |
tree | c97b5711894298b157fbc631e254a5038efdd436 | |
parent | cfb1eefa1dd8b651fc03524803ba21b1b1684f91 (diff) |
typo (tris?)
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,8 +26,8 @@ * [apt::key::plain](#apt-key-plain) * [apt::upgrade_package](#apt-upgrade_package) * [Resources](#ressources) - * [File\['apt_config'\]](#file-apt_config) - * [Exec\['apt_updated'\]](#exec-apt_updated) + * [File\['apt_config'\]](#fileapt_config) + * [Exec\['apt_updated'\]](#execapt_updated) * [Tests](#tests) * [Licensing](#licensing) @@ -529,7 +529,7 @@ use `apt::key::plain`. The `.gpg` extension is compulsory for `apt` to pickup the key properly. -## apt::key::plain<a name="apt-key-plain"></a> +## apt ::key::plain<a name="apt-key-plain"></a> Deploys a secure apt OpenPGP key. This usually accompanies the sources.list snippets above for third party repositories. For example, |