Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-08-20 19:56:58 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-08-20 19:56:58 +0000
commitd449bb4b1f4a23b329454683e67d7d15eaf91cf7 (patch)
tree20f9c6c6aa60bed8f84417d0c00002ea8222ac97 /archinstall
parentf6f5875892e4ec6978323026b5f7819ddce1bb83 (diff)
Added the HTTPS POST for a successful build to the unattended test build.
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 2ed367b9..8715d632 100644
--- a/archinstall/lib/profiles.py
+++ b/archinstall/lib/profiles.py
@@ -112,7 +112,7 @@ class Profile():
# TODO: Remove
__builtins__['installation'] = self.installer
with instructions as runtime:
- log(f'Profile {self._path} finished successfully.', bg='black', fg='green')
+ log(f'{self} finished successfully.', bg='black', fg='green')
return True