Skip to content

Commit

Permalink
render
Browse files Browse the repository at this point in the history
  • Loading branch information
khainee committed Jan 20, 2023
1 parent 069d3b5 commit 61399ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions update.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
if len(UPSTREAM_REPO) == 0:
raise TypeError
except:
UPSTREAM_REPO = "https://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@github.com/khainee/mltba.git"
UPSTREAM_REPO = "https://github.com/khainee/render-mltb"
try:
if len(UPSTREAM_BRANCH) == 0:
raise TypeError
Expand All @@ -48,8 +48,8 @@
srun(["rm", "-rf", ".git"])

update = srun([f"git init -q \
&& git config --global user.email doc.adhikari@gmail.com \
&& git config --global user.name Karan \
&& git config --global user.email khingzay797@gmail.com \
&& git config --global user.name khainee \
&& git add . \
&& git commit -sm update -q \
&& git remote add origin {UPSTREAM_REPO} \
Expand Down

0 comments on commit 61399ff

Please sign in to comment.