Skip to content

Commit

Permalink
Update update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib authored Jan 20, 2025
1 parent 04b3dff commit 30d781d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ def format(self, record: LogRecord) -> str:
UPSTREAM_REPO = config_file.get(
"UPSTREAM_REPO",
"https://github.com/AeonOrg/Aeon-MLTB",
).strip()
)

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

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

0 comments on commit 30d781d

Please sign in to comment.