Skip to content

Commit cd4c090

Browse files
committed
chg: [tools] fix the reference to the standard git repository
1 parent 1af5320 commit cd4c090

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/updated.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ python3 adoc_objects.py >a.txt
22
mv a.txt objects.txt
33
asciidoctor-pdf -a allow-uri-read objects.txt
44
asciidoctor -a allow-uri-read objects.txt
5-
cp objects.html ../../misp-website-new/static
6-
cp objects.pdf ../../misp-website-new/static
5+
cp objects.html ../../misp-website/static
6+
cp objects.pdf ../../misp-website/static

0 commit comments

Comments
 (0)