From cd4c09036a97d9ad2c4cf26fdf2442fa9f1dd869 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 14 Jun 2024 08:23:30 +0200 Subject: [PATCH] chg: [tools] fix the reference to the standard git repository --- tools/updated.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/updated.sh b/tools/updated.sh index acc0c56..f385432 100644 --- a/tools/updated.sh +++ b/tools/updated.sh @@ -2,5 +2,5 @@ python3 adoc_objects.py >a.txt mv a.txt objects.txt asciidoctor-pdf -a allow-uri-read objects.txt asciidoctor -a allow-uri-read objects.txt -cp objects.html ../../misp-website-new/static -cp objects.pdf ../../misp-website-new/static +cp objects.html ../../misp-website/static +cp objects.pdf ../../misp-website/static