Skip to content

Commit 79417cb

Browse files
committed
Update presents end date
1 parent 2295769 commit 79417cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ holidays.schedule = {
4747
date_range_predicate({month=12, day=27}, {month=1, day=10}) -- new years
4848
),
4949
winter = date_range_predicate({month=12, day=21}, {month=1, day=1}),
50-
presents = date_range_predicate({month=11, day=6}, {month=1, day=15}),
50+
presents = date_range_predicate({month=11, day=6}, {month=1, day=10}),
5151
}
5252

5353
function holidays.is_holiday_active(holiday_name)

0 commit comments

Comments
 (0)