clan-cli: init machine from inventory

This commit is contained in:
Qubasa
2025-06-07 00:51:53 +02:00
parent 33be415922
commit 2540215f2e
3 changed files with 121 additions and 32 deletions

View File

@@ -194,7 +194,7 @@ def install_command(args: argparse.Namespace) -> None:
if not args.yes:
ask = input(
f"Install {args.machine} to {machine.target_host_address}? [y/N] "
f"Install {args.machine} to {machine.target_host().target}? [y/N] "
)
if ask != "y":
return None