Spelling error on variable.

This commit is contained in:
Anton Hvornum 2021-03-21 15:28:11 +01:00
parent 93faf07b69
commit 35e774f5f6
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 1 deletions

View File

@ -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)