Skip to content

Commit

Permalink
Update update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
God2020k authored Aug 6, 2023
1 parent 590246d commit bdd0913
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 @@ -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"])
Expand Down

0 comments on commit bdd0913

Please sign in to comment.