From ef3a75e17fc9bf16a300699f60577d114214ee7b Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Wed, 9 Dec 2020 15:29:39 -0800 Subject: [PATCH] Fix typos in 070_templates.md See https://github.com/TheLocehiliosan/yadm/blob/3ddea208535be182af8cb53095d237bce55267f8/yadm#L588 --- _docs/070_templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/070_templates.md b/_docs/070_templates.md index 338aa36..443994b 100644 --- a/_docs/070_templates.md +++ b/_docs/070_templates.md @@ -41,7 +41,7 @@ When template processors run, they will be provided the following set of data. | - | - | - | - | | `yadm.class` | `YADM_CLASS` | Locally defined yadm class | yadm config local.class | | `yadm.distro` | `YADM_DISTRO` | Distribution | lsb_release ‑si
or /etc/os-release | -| `yadm.hostname` | `YADM_HOSTNAME` | Hostname | `hostname` (without domain) | +| `yadm.hostname` | `YADM_HOSTNAME` | Hostname | uname ‑n (without domain) | | `yadm.os` | `YADM_OS` | Operating system | uname ‑s * | | `yadm.user` | `YADM_USER` | Current user | id ‑u ‑n | | `yadm.source` | `YADM_SOURCE` | Template filename | (fully qualified path) | @@ -64,7 +64,7 @@ detailed in the section below. esh : [esh][esh] is a template processor written in POSIX compliant shell. It allows executing shell commands within templates. This can be used to reference -your own configurations within templates, for example: +your own configurations within templates. j2cli : [j2cli][j2cli] (or `j2`) is a Python-based Jinja2 template processor. This