Skip to content

Commit ba4f878

Browse files
Smaug123davide125
authored andcommitted
Correctly interpolate machine admins
Signed-off-by: Smaug123 <[email protected]>
1 parent 1805c50 commit ba4f878

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
@@ -223,7 +223,7 @@ def check_cur_os(self):
223223
if self.sysinfo.boot_mode == "macOS" and self.sysinfo.login_user not in self.cur_os.admin_users:
224224
p_error(f"Your login user {self.sysinfo.login_user} is not a machine admin.")
225225
print()
226-
p_info("These users are machine admins: {' '.join(self.cur_os.admin_users)}")
226+
p_info(f"These users are machine admins: {' '.join(self.cur_os.admin_users)}")
227227
print()
228228
p_message(f"You have to be a machine admin to install {DISTRO}.")
229229
sys.exit(1)

0 commit comments

Comments
 (0)