Skip to content

Commit 9d8b1c8

Browse files
committed
typo
1 parent e633319 commit 9d8b1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/scripts/Utils/verifyReleaseConditions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def verifyReleaseConditions(config: ReleaseConfig):
8989
print(f"Yamato Trigger Type: {trigger_type}")
9090
is_manual = trigger_type in {"Manual", "AdHoc"}
9191

92-
if if not is_manual and not is_release_date(config.release_weekday, config.release_week_cycle, config.anchor_date):
92+
if not is_manual and not is_release_date(config.release_weekday, config.release_week_cycle, config.anchor_date):
9393
error_messages.append(f"Condition not met: Today is not the scheduled release day. It should be weekday: {config.release_weekday}, every {config.release_week_cycle} weeks starting from {config.anchor_date}.")
9494

9595
if is_changelog_empty(config.changelog_path):

0 commit comments

Comments
 (0)