Spelling error on variable.
This commit is contained in:
parent
93faf07b69
commit
35e774f5f6
|
|
@ -388,7 +388,7 @@ class Installer():
|
||||||
# Doing the __builtins__ replacement, ensures that the global vriable "installation"
|
# 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
|
# 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.
|
# of ensuring 100% accuracy of archinstall session variables.
|
||||||
__builtins__['installation'] = self.installer
|
__builtins__['installation'] = self
|
||||||
|
|
||||||
if type(profile) == str:
|
if type(profile) == str:
|
||||||
profile = Profile(self, profile)
|
profile = Profile(self, profile)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue