~nytpu/public-inbox

Update indentation of closing entry tag v1 APPLIED

FIGBERT: 1
 Update indentation of closing entry tag

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~nytpu/public-inbox/patches/29357/mbox | git am -3
Learn more about email & git

[PATCH] Update indentation of closing entry tag Export this patch

The previous four spaces put it level with the prior closing tag.
---
 gemlog.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gemlog.sh b/gemlog.sh
index 1c83b0e..4d6563f 100755
--- a/gemlog.sh
+++ b/gemlog.sh
@@ -86,7 +86,7 @@ EOF
			printf "    <link rel='alternate' href='$global_url${i#'./'}'/>\n    <updated>"
			echo "$i" | perl -ne '/^(\d{4}-\d{2}-\d{2}).*/; print "$1T12:00:00"' | tr -d '\n' | sed "s/\$/$tz/"
			# change or remove the <summary></summary> block if you want a different description or no description at all
			printf "</updated>\n    </entry>\n"
			printf "</updated>\n  </entry>\n"

			n=$(expr "$n" '+' 1)
		done
-- 
2.35.1
Thanks!

~nytpu