Skip to content

Commit

Permalink
update update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Jan 19, 2025
1 parent 314753c commit 2ec9bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def format(self, record: LogRecord) -> str:
"https://github.com/AeonOrg/Aeon-MLTB",
).strip()

UPSTREAM_BRANCH = config_file.get("UPSTREAM_BRANCH", "").strip() or "main"
UPSTREAM_BRANCH = config_file.get("UPSTREAM_BRANCH", "").strip() or "beta"

if UPSTREAM_REPO:
if path.exists(".git"):
Expand Down

0 comments on commit 2ec9bf5

Please sign in to comment.