Forgot a semicolon

This commit is contained in:
Anton Hvornum 2021-02-07 18:34:43 +01:00
parent a320ce3341
commit ea65e3599a
1 changed files with 1 additions and 1 deletions

View File

@ -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.