Skip to content

Commit

Permalink
update update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Jun 29, 2024
1 parent 1a5925b commit 79fca43
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 @@ -60,7 +60,7 @@ def varssaver(evars, files):

try:
if UPSTREAM_BRANCH == "main":
bashrun(["rm", "-rf", ".git"] shell=True)
bashrun(["rm", "-rf", ".git"], shell=True)
if ALWAYS_DEPLOY_LATEST is True or update_check.is_file():
if os.path.exists('.git') and check_output(
["git config --get remote.origin.url"],
Expand Down

0 comments on commit 79fca43

Please sign in to comment.