Skip to content

Commit 1805c50

Browse files
committed
Fix one more branding string
Signed-off-by: Davide Cavalca <[email protected]>
1 parent eadab3c commit 1805c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def check_cur_os(self):
225225
print()
226226
p_info("These users are machine admins: {' '.join(self.cur_os.admin_users)}")
227227
print()
228-
p_message("You have to be a machine admin to install Asahi Linux.")
228+
p_message(f"You have to be a machine admin to install {DISTRO}.")
229229
sys.exit(1)
230230

231231
def get_admin_credentials(self):

0 commit comments

Comments
 (0)