Zet 100 should be returned before 99
This commit is contained in:
parent
cc6582933b
commit
03e21e4c1a
1 changed files with 1 additions and 1 deletions
2
zet
2
zet
|
@ -111,7 +111,7 @@ generate_links() {
|
||||||
}
|
}
|
||||||
|
|
||||||
get_latest_zettel() {
|
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() {
|
get_title() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue