Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ntk148v committed Feb 16, 2024
1 parent 453d76a commit b1b870e
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 @@ -137,7 +137,7 @@ async def fetch_asset(session: aiohttp.ClientSession, release: str,
commit_msg=f"Update {variant}-{release}")

# Do clean to free disk space
shutil.rmtree(variant)
shutil.rmtree(repo_name)


async def fetch():
Expand Down

0 comments on commit b1b870e

Please sign in to comment.