fix branching to html

This commit is contained in:
jsz4n
2024-08-03 19:13:01 +02:00
parent f2b3504697
commit a8e578ad4b

View File

@@ -6,7 +6,7 @@ case $1 in
script=./scripts/slides_to_pdf.sh
;;
html)
script=./scripts/slides_to_pdf.sh
script=./scripts/slides_to_html.sh
;;
esac