Skip to content

Commit

Permalink
Update release_calendar.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniloMilenkovic authored Nov 20, 2024
1 parent 8142806 commit d7e597b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def find_branch():

for release in json_data['NECTO DAILY UPDATE']["events"]:
date = release["start_dt"]
if "2025-02-05" == date:
if "2025-02-06" == date:
return release["branch"]

return "NO_BRANCH_IN_SPREADSHEET"
Expand Down

0 comments on commit d7e597b

Please sign in to comment.