fix: hostname key in confirm_build

This commit is contained in:
2026-08-27 20:30:36 +02:00
parent d7ff75f908
commit 0244bf2adf
+1 -1
View File
@@ -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)