Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-11-06 09:42:54 +0100
committerGitHub <noreply@github.com>2021-11-06 09:42:54 +0100
commit0c1139ffaf5f62b3f927d90e3371e3fa6e0c5134 (patch)
tree550e4d3e6f58c14c98436885240342d828abceaa /archinstall/lib
parent0d691fc487e561de93033d4e537f42a4e4c91a13 (diff)
Update installer.py
Diffstat (limited to 'archinstall/lib')
-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 bf892826..aa26abf3 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -24,7 +24,7 @@ class InstallationFile:
return self
def __exit__(self):
- self.installation.chown(owner, self.filename)
+ self.installation.chown(self.owner, self.filename)
class Installer:
"""