Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/__main__.py')
-rw-r--r--archinstall/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/__main__.py b/archinstall/__main__.py
index 4c619a66..04004674 100644
--- a/archinstall/__main__.py
+++ b/archinstall/__main__.py
@@ -8,7 +8,7 @@ class ProfileNotFound(BaseException):
# (I summon thee dark spawn of cPython)
def find_examples():
- cwd = os.path.abspath(f'{os.path.dirname(__file__)}/../')
+ cwd = os.path.abspath(f'{os.path.dirname(__file__)}')
examples = f"{cwd}/examples"
return {os.path.basename(path): path for path in glob.glob(f'{examples}/*.py')}