fix: incorrect Logger.warn (#778)

Fix method name
This commit is contained in:
David Rios
2026-02-27 18:45:58 -03:00
committed by GitHub
parent 09a5d96b63
commit 308079a821

View File

@@ -113,7 +113,7 @@ def check_user_groups() -> None:
if not get_confirm(f"Add user '{CURRENT_USER}' to group(s) now?"):
log = "Skipped adding user to required groups. You might encounter issues."
Logger.warn(log)
Logger.print_warn(log)
return
try: