forked from Computer_Society/open-goverance
fix: script had excess ''
This commit is contained in:
parent
289533b32b
commit
f768dceb49
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue