diff --git a/euri_mklive/tui.py b/euri_mklive/tui.py index b87c5b5..8666a01 100644 --- a/euri_mklive/tui.py +++ b/euri_mklive/tui.py @@ -276,7 +276,7 @@ def confirm_build(cfg: dict) -> bool: table.add_row("Packages", str(len(cfg.get("packages", [])))) table.add_row("ISO name", cfg["iso"]["name"]) table.add_row("Version", cfg["iso"]["version"]) - table.add_row("Hostname", cfg["iso"]["hostname"]) + table.add_row("Hostname", cfg["hostname"]) table.add_row("Mode", cfg["_mode"]) console.print(table)