Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-02-07 18:34:43 +0100
committerAnton Hvornum <anton@hvornum.se>2021-02-07 18:34:43 +0100
commitea65e3599a21ceb51ec9ed75ea888f98c33f857d (patch)
treef48ff615d04ab94bf15b4e2e484851cc72c5fa13 /examples
parenta320ce3341d898adf71b5893551a7b20551fd91a (diff)
Forgot a semicolon
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index d4413969..f86e2d51 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -93,7 +93,7 @@ if not archinstall.arguments.get('mirror-region', None):
archinstall.arguments['mirror-region'] = archinstall.select_mirror_regions(archinstall.list_mirrors())
# Ask which harddrive/block-device we will install to
-if not archinstall.arguments.get('harddrive', None)
+if not archinstall.arguments.get('harddrive', None):
archinstall.arguments['harddrive'] = archinstall.select_disk(archinstall.all_disks())
# Perform a quick sanity check on the selected harddrive.