Skip to content

Commit

Permalink
bootstrap: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux committed Aug 23, 2024
1 parent b96efd8 commit b92459e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def ipxe_script(release, farmer, extra="", source=None, version="v3"):
chain = f"nomodeset version={version} runmode={release} panic=7200"

if farmer:
chain += f" farmer_id={farmer}"o
chain += f" farmer_id={farmer}"

if extra:
chain += " " + extra.replace("___", "/")
Expand Down

0 comments on commit b92459e

Please sign in to comment.