fix: hostname key in confirm_build
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user