Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-03-21 15:28:11 +0100
committerAnton Hvornum <anton@hvornum.se>2021-03-21 15:28:11 +0100
commit35e774f5f60e09f5a9a4deb7fb6317d87c9a131f (patch)
treed06f7f58aee2fecef0b6fe9207f7b226fe62178c /archinstall
parent93faf07b6948074e9071faf75f96ff220714d5f9 (diff)
Spelling error on variable.
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index 8d7d6967..db73d324 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -388,7 +388,7 @@ class Installer():
# Doing the __builtins__ replacement, ensures that the global vriable "installation"
# is always kept up to date. It's considered a nasty hack - but it's a safe way
# of ensuring 100% accuracy of archinstall session variables.
- __builtins__['installation'] = self.installer
+ __builtins__['installation'] = self
if type(profile) == str:
profile = Profile(self, profile)