fix: script had excess ''

This commit is contained in:
silver 2024-05-14 00:00:41 +01:00
parent 289533b32b
commit f768dceb49
Signed by untrusted user: silver
GPG key ID: 54E2C71918E93B74

View file

@ -78,7 +78,7 @@ function build_pdf() {
if [ -f "$file" ]; then if [ -f "$file" ]; then
# .html => .pdf # .html => .pdf
output="../Minutes_pdf/''${file/.html/".pdf"}" output="../Minutes_pdf/${file/.html/".pdf"}"
echo $output echo $output