Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)