From f768dceb497e03cb1dd07f07e31a09c3912f7c7d Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Tue, 14 May 2024 00:00:41 +0100 Subject: [PATCH] fix: script had excess '' --- _scripts/format_minutes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scripts/format_minutes.sh b/_scripts/format_minutes.sh index 8ca0168..a15d227 100755 --- a/_scripts/format_minutes.sh +++ b/_scripts/format_minutes.sh @@ -78,7 +78,7 @@ function build_pdf() { if [ -f "$file" ]; then # .html => .pdf - output="../Minutes_pdf/''${file/.html/".pdf"}" + output="../Minutes_pdf/${file/.html/".pdf"}" echo $output