Skip to content

Commit

Permalink
Merge branch 'main' into merge_upstream_post_0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abathur committed Nov 6, 2024
2 parents 0159ade + 091293f commit 25e8e90
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 25e8e90

Please sign in to comment.