diff --git a/scripts/twilight-to-stable.py b/scripts/twilight-to-stable.py index 9114e0f..57fcd22 100644 --- a/scripts/twilight-to-stable.py +++ b/scripts/twilight-to-stable.py @@ -21,7 +21,7 @@ def main(): twilight["workflowId"] = workflow_id twilight["image"] = False - twilight["version"] = twilight["version"].replace("-t", "-b") + twilight["version"] = twilight["version"].replace("t", "b") twilight["date"] = datetime.datetime.now().strftime("%d/%m/%Y") stable.append(twilight) @@ -40,4 +40,4 @@ def main(): print("Twilight release notes merged into stable release notes.") if __name__ == "__main__": - main() \ No newline at end of file + main()