commit ec1311431491b0c0252131c4a385d692c062c84c
parent ed3a6c3bc1c2603f412f70da5d01c424712b17cc
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sat, 27 Apr 2024 19:47:55 +0200
fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/git_update_repo_html.sh b/bin/git_update_repo_html.sh
@@ -27,7 +27,7 @@ find "${1}/${2}/${3}" -type f -name "*.html" -exec rm {} \;
stagit "${1}/${2}/${3}.git"
# insert highlighting template into all files that may show code
-find "${1}/${2}${3}/file" -type f -name "*.html" \
+find "${1}/${2}/${3}/file" -type f -name "*.html" \
-exec sed "/<\/html>/r ${1}/templates/highlight.tt" -i {} \;
if [ -z $(find "${1}/${2}/${3}/file" -type f -name "README*.html") ]; then