Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/guided.py b/examples/guided.py
index dfc2da07..38d5d653 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -314,10 +314,10 @@ def perform_installation(device, boot_partition, language, mirrors):
if installation.minimal_installation():
installation.set_mirrors(mirrors) # Set the mirrors in the installation medium
installation.set_keyboard_language(language)
- if hasUEFI():
- installation.add_bootloader()
- else:
- installation.add_bootloader(bootloder='grub-install')
+ if hasUEFI():
+ installation.add_bootloader()
+ else:
+ installation.add_bootloader(bootloder='grub-install')
# If user selected to copy the current ISO network configuration