Skip to content

Commit

Permalink
add 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelja committed Jan 1, 2024
1 parent df4282e commit 90f0575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deleter.go
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ func main() {

if customYearsFlagValid {
if customYears == "all" {
customYears = "2023,2022,2021,2020,2019,2018,2017,2016,2015,2014,2013,2012,2011,2010,2009,2008,2007,2006"
customYears = "2024,2023,2022,2021,2020,2019,2018,2017,2016,2015,2014,2013,2012,2011,2010,2009,2008,2007,2006"
}
} else {
fmt.Println("Invalid years passed through customYears flag.")
Expand Down

0 comments on commit 90f0575

Please sign in to comment.