Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/networking.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-05-18 09:10:24 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-18 09:36:22 -0400
commitda0da729c5f3ef0aaf832229901dda221de654ab (patch)
tree5350a481808ad376400eb9fe2baa36b9e70abe30 /archinstall/lib/networking.py
parent9bf71da867554f956d370694eb32b6392e352a06 (diff)
Proofreading: Fix misc. spelling and grammar issues
Diffstat (limited to 'archinstall/lib/networking.py')
-rw-r--r--archinstall/lib/networking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/networking.py b/archinstall/lib/networking.py
index 8a2f0edd..dbd510dd 100644
--- a/archinstall/lib/networking.py
+++ b/archinstall/lib/networking.py
@@ -31,7 +31,7 @@ def check_mirror_reachable():
check = SysCommand("pacman -Sy")
return check.exit_code == 0
except:
- return False
+ return False
def enrich_iface_types(interfaces: dict):