We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf056f8 commit 688cc88Copy full SHA for 688cc88
src/aws_cron_expression_validator/validator.py
@@ -136,7 +136,7 @@ def month_regex(cls):
136
@classmethod
137
def day_of_week_regex(cls):
138
range_list = cls.list_range_regex(cls.day_of_week_values)
139
- return rf"^({range_list}|\*|\?|{cls.day_of_week_values}L|L|L-[1-7]|{cls.day_of_week_hash})$"
+ return rf"^({range_list}|\*|\?|{cls.day_of_week_values}L|L|L-[1-7]|{cls.day_of_week_hash})$"
140
# values , - * ? L #
141
142
0 commit comments