We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af5320 commit cd4c090Copy full SHA for cd4c090
1 file changed
tools/updated.sh
@@ -2,5 +2,5 @@ python3 adoc_objects.py >a.txt
2
mv a.txt objects.txt
3
asciidoctor-pdf -a allow-uri-read objects.txt
4
asciidoctor -a allow-uri-read objects.txt
5
-cp objects.html ../../misp-website-new/static
6
-cp objects.pdf ../../misp-website-new/static
+cp objects.html ../../misp-website/static
+cp objects.pdf ../../misp-website/static
0 commit comments