Skip to content

Commit

Permalink
download all asssets from release
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Aug 19, 2024
1 parent e590589 commit f515bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pioreactor/cli/pio.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def update_app(
# BETTER TODO: just download the release archive and run the script above.....
tmp_dir = tempfile.gettempdir()
tmp_rls_dir = f"{tmp_dir}/release_{version_installed}"
commands_and_priority.append((f"rm -f {tmp_rls_dir}", -10))
commands_and_priority.append((f"rm -rf {tmp_rls_dir}", -10))
commands_and_priority.append((f"mkdir {tmp_rls_dir}", -9))

for asset in release_metadata["assets"]:
Expand Down

0 comments on commit f515bbd

Please sign in to comment.