use the correct default day value

This commit is contained in:
Daylin Morgan 2023-12-01 05:38:47 -06:00
parent 613cc75237
commit 3759966ea6
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -89,7 +89,7 @@ options:
let today = now()
var
year = today.year
day = today.weekday.ord
day = parseInt(today.format("d"))
for kind, key, val in getopt():
case kind