diff options
Diffstat (limited to 'bin/compile-notes')
-rwxr-xr-x | bin/compile-notes | 2 |
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 |