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