From d36c2e459a74ec67e523539eb98b78b95b01432a Mon Sep 17 00:00:00 2001
From: EuAndreh <eu@euandre.org>
Date: Wed, 16 Apr 2025 11:20:43 -0300
Subject: src/content/: Normalize [source,$lang] code blocks

---
 src/content/pastebins/2021/06/22/curl-wget.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/content/pastebins/2021')

diff --git a/src/content/pastebins/2021/06/22/curl-wget.adoc b/src/content/pastebins/2021/06/22/curl-wget.adoc
index 08caf12..97f55c7 100644
--- a/src/content/pastebins/2021/06/22/curl-wget.adoc
+++ b/src/content/pastebins/2021/06/22/curl-wget.adoc
@@ -2,7 +2,7 @@
 
 `curl`:
 
-[source,shell]
+[source,sh]
 ----
 $ pushd `mktemp -d`
 /tmp/tmp.AZkwvk7azD ~/
@@ -55,7 +55,7 @@ SUM:                               1309          39501          56083         25
 
 `wget`:
 
-[source,shell]
+[source,sh]
 ----
 $ pushd `mktemp -d`
 /tmp/tmp.NX0udlJMiz ~/
-- 
cgit v1.2.3