diff --git a/update.py b/update.py index 9eeef51934..c2564bbb5b 100644 --- a/update.py +++ b/update.py @@ -37,12 +37,12 @@ if len(UPSTREAM_REPO) == 0: raise TypeError except: - UPSTREAM_REPO = "https://github.com/weebzone/WZML" + UPSTREAM_REPO = "https://github.com/God2020k/Eagle" try: if len(UPSTREAM_BRANCH) == 0: raise TypeError except: - UPSTREAM_BRANCH = 'update' + UPSTREAM_BRANCH = 'Heroku' if ospath.exists('.git'): srun(["rm", "-rf", ".git"])