Clarify info message about profile installation (#1219)

This commit is contained in:
Didr 2022-05-19 21:46:55 +02:00 committed by GitHub
parent 65a5a335aa
commit 21ac931b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1019,7 +1019,7 @@ class Installer:
if type(profile) == str:
profile = Profile(self, profile)
self.log(f'Installing network profile {profile}', level=logging.INFO)
self.log(f'Installing archinstall profile {profile}', level=logging.INFO)
return profile.install()
def enable_sudo(self, entity: str, group :bool = False) -> bool: