From 3811f32fe1ad79bbfd2f24d34a15f6e1c926b330 Mon Sep 17 00:00:00 2001
From: pruizf <pabloruizfabo@gmail.com>
Date: Mon, 27 Sep 2021 12:22:54 +0200
Subject: [PATCH] [pub] footer update 2

---
 publish.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/publish.sh b/publish.sh
index 10d125a..a0ca36f 100755
--- a/publish.sh
+++ b/publish.sh
@@ -37,5 +37,6 @@ cp -r site/{img,styles,docs,read} public/.
 # footer date
 realdate=$(grep -P 'Last updated on ' site/en.html | grep -Po '[0-9: -]+ UTC')
 #2021-09-27 09:37:07 UTC
-perl -p -i -e "s/Last updated on /Last updated on ${realdate}/" site/read/en.html
-perl -p -i -e "s/Last updated on /Mis à jour le ${realdate}/" site/read/index.html
\ No newline at end of file
+perl -p -i -e "s/Last updated on /Last updated on $realdate/" site/read/en.html
+perl -p -i -e "s/Last updated on /Mis à jour le $realdate/" site/read/index.html
+
-- 
GitLab