diff options
author | EuAndreh <eu@euandre.org> | 2025-04-16 11:20:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-16 11:20:43 -0300 |
commit | d36c2e459a74ec67e523539eb98b78b95b01432a (patch) | |
tree | a7099fbfbdab6a21f59b6efe095bffb40ceae646 /src/content/tils/2021/07 | |
parent | src/content/style.css: Show header on hover only (diff) | |
download | euandre.org-d36c2e459a74ec67e523539eb98b78b95b01432a.tar.gz euandre.org-d36c2e459a74ec67e523539eb98b78b95b01432a.tar.xz |
src/content/: Normalize [source,$lang] code blocks
Diffstat (limited to 'src/content/tils/2021/07')
-rw-r--r-- | src/content/tils/2021/07/23/git-tls-gpg.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/tils/2021/07/23/git-tls-gpg.adoc b/src/content/tils/2021/07/23/git-tls-gpg.adoc index 8fe86c6..f198c2b 100644 --- a/src/content/tils/2021/07/23/git-tls-gpg.adoc +++ b/src/content/tils/2021/07/23/git-tls-gpg.adoc @@ -14,7 +14,7 @@ Here's how I'd verify that I've cloned an authentic version of HTTPS. ]: -[source,shell] +[source,sh] ---- $ wget -qO- https://euandre.org/public.asc | gpg --import - gpg: clef 81F90EC3CD356060 : « EuAndreh <eu@euandre.org> » n'est pas modifiée |