From e4f363ce7dbd6ec27a30123caf262c99452a0dd4 Mon Sep 17 00:00:00 2001 From: Varun Madiath Date: Mon, 19 Oct 2020 22:07:34 -0400 Subject: Fix typo in function parameter `suppress_errors` was previously spelt `surpress_errors` --- examples/minimal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/minimal.py') diff --git a/examples/minimal.py b/examples/minimal.py index 8bb8ed44..664bad0d 100644 --- a/examples/minimal.py +++ b/examples/minimal.py @@ -1,8 +1,8 @@ import archinstall, getpass # Unmount and close previous runs -archinstall.sys_command(f'umount -R /mnt', surpress_errors=True) -archinstall.sys_command(f'cryptsetup close /dev/mapper/luksloop', surpress_errors=True) +archinstall.sys_command(f'umount -R /mnt', suppress_errors=True) +archinstall.sys_command(f'cryptsetup close /dev/mapper/luksloop', suppress_errors=True) # Select a harddrive and a disk password harddrive = archinstall.select_disk(archinstall.all_disks()) -- cgit v1.2.3-70-g09d2