Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 90f0575

Browse files
committed
add 2024
1 parent df4282e commit 90f0575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deleter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ func main() {
555555

556556
if customYearsFlagValid {
557557
if customYears == "all" {
558-
customYears = "2023,2022,2021,2020,2019,2018,2017,2016,2015,2014,2013,2012,2011,2010,2009,2008,2007,2006"
558+
customYears = "2024,2023,2022,2021,2020,2019,2018,2017,2016,2015,2014,2013,2012,2011,2010,2009,2008,2007,2006"
559559
}
560560
} else {
561561
fmt.Println("Invalid years passed through customYears flag.")

0 commit comments

Comments
 (0)