Skip to content

Commit

Permalink
Merge pull request #1567 from cisagov/za/increase-max-date-2024-exten…
Browse files Browse the repository at this point in the history
…d-expiration

(HOTFIX) Extend "max date" to 2024 for extend_expiration_dates.py
  • Loading branch information
zandercymatics authored Dec 27, 2023
2 parents 2d89bec + 7354b45 commit f954de0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self):
self.update_skipped = []
self.update_failed = []
self.expiration_minimum_cutoff = date(2023, 11, 1)
self.expiration_maximum_cutoff = date(2023, 12, 30)
self.expiration_maximum_cutoff = date(2024, 12, 30)

def add_arguments(self, parser):
"""Add command line arguments."""
Expand Down

0 comments on commit f954de0

Please sign in to comment.