Skip to content

Commit

Permalink
try to fix prerelease updates
Browse files Browse the repository at this point in the history
  • Loading branch information
abathur committed Nov 6, 2024
1 parent 9285565 commit 091293f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assemble_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
build = response.json()
installer_url = build['buildoutputs']['out']['path']
system = build['system']
if build['finished'] == "1":
if build['finished'] == 1:
try:
subprocess.call(f"nix-store -r {installer_url}", shell=True)
except:
Expand Down

0 comments on commit 091293f

Please sign in to comment.