Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/profiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py
index 53c9bb90..1515c8ea 100644
--- a/archinstall/lib/profiles.py
+++ b/archinstall/lib/profiles.py
@@ -146,7 +146,7 @@ class Profile():
@property
def path(self, *args, **kwargs):
- self._path.path
+ return self._path.path
def load_instructions(self, namespace=None):
if (absolute_path := self.path):