Zet 100 should be returned before 99

This commit is contained in:
Oliver Davies 2025-09-20 22:46:48 +01:00
parent cc6582933b
commit 03e21e4c1a

2
zet
View file

@ -111,7 +111,7 @@ generate_links() {
}
get_latest_zettel() {
find . -maxdepth 1 -type d -name '[0-9]*' -printf '%f\n' | sort -r | head -n 1
find . -maxdepth 1 -type d -name '[0-9]*' -printf '%f\n' | sort -nr | head -n 1
}
get_title() {