aboutsummaryrefslogtreecommitdiff
path: root/bin/compile-notes
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-10 16:06:45 +0100
committerSilvio Rhatto <rhatto@riseup.net>2024-06-10 16:06:45 +0100
commit621d0eb476492ef9c8cb0325743bfe3c8efc9b9d (patch)
treec34dc54dd3fc050bc49acdcc74b66cb7d02700f7 /bin/compile-notes
parent51ba9d51a10c6875b012d53f82fa0edc1a67815f (diff)
downloadbookup-621d0eb476492ef9c8cb0325743bfe3c8efc9b9d.tar.gz
bookup-621d0eb476492ef9c8cb0325743bfe3c8efc9b9d.tar.bz2
Fix: _output.yml compilation
Diffstat (limited to 'bin/compile-notes')
-rwxr-xr-xbin/compile-notes2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/compile-notes b/bin/compile-notes
index 460f8f2..fcf9c74 100755
--- a/bin/compile-notes
+++ b/bin/compile-notes
@@ -23,7 +23,7 @@ STRUCTURE="structure/notes/$LANG"
TEMPLATES="templates/notes/$LANG"
# Update _output.yml with language information
-sed -e "s|%%lang%%|$LANG|g" templates/_output.yml > _output.yml
+sed -e "s|%%lang%%|$LANG|g" $BASEDIR/templates/_output.yml > _output.yml
# Remove any dangling output files
rm -f $OUTPUT.md