From 399a70aafb7a567374c627eec85b09e372128be4 Mon Sep 17 00:00:00 2001
From: Romain Deville <code@romaindeville.fr>
Date: Tue, 20 Apr 2021 19:24:19 +0200
Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Fix=20typos=20in=20log=20in=20setup?=
 =?UTF-8?q?.sh?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.sh b/setup.sh
index 2234276..4848cac 100755
--- a/setup.sh
+++ b/setup.sh
@@ -593,7 +593,7 @@ ${end}"
           fi
           cp "${file_to}" "${bak_file}"
 
-          mkdocs_log "INFO" "AAAAAAA    Upgrading file **${relative_file_to}**."
+          mkdocs_log "INFO" "Upgrading file **${relative_file_to}**."
           grep -B 1000000 "${begin}" "${file_to}" | sed -e "s/${begin}//g" > "${tmp_file_to}"
           cat "${tmp_file_from}" >> "${tmp_file_to}"
           grep -A 1000000 "${end}" "${file_to}" | sed -e "s/${end}//g" >> "${tmp_file_to}"
-- 
GitLab