aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-09 12:47:35 +0100
committerSilvio Rhatto <rhatto@riseup.net>2024-06-09 12:47:35 +0100
commit288532873384c8deb7e5eade88544f58050e3701 (patch)
tree3fba41b15eea6b673e3528b95be2be738a635928 /bin
parent99816972a56520c4188848feb5a93d26fa07f62c (diff)
downloadbookup-288532873384c8deb7e5eade88544f58050e3701.tar.gz
bookup-288532873384c8deb7e5eade88544f58050e3701.tar.bz2
Fix: notes: minor correction
Diffstat (limited to 'bin')
-rwxr-xr-xbin/compile-notes2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/compile-notes b/bin/compile-notes
index efeca68..da9287c 100755
--- a/bin/compile-notes
+++ b/bin/compile-notes
@@ -40,7 +40,7 @@ done
echo "# Bibliografia" >> $OUTPUT.md
# Revision information
-sed -i -e "s|%%revision%%|$REVISION|g" -e "s|%%date%%|$REVISION|g" $OUTPUT.md
+sed -i -e "s|%%revision%%|$REVISION|g" -e "s|%%date%%|$DATE|g" $OUTPUT.md
# Post-processing
if [ -e "snippets/terminology.sed" ]; then