Files
clan-core/pkgs/clan-cli/clan_cli/machines
a-kenji 6438e77519 pkgs/cli: Fix target_host for machines install
Use the correct `target_host`, if a user is defined.

Before the change:

```console
$ clan machines install
$ Install jon to 49.13.232.197? [y/N]
```

After the change:

```console
$ clan machines install
$ Install jon to root@49.13.232.197? [y/N]
```

Because root is the configured user for `target_host`, this is the
correct behavior.
2024-12-17 22:29:54 +01:00
..
2024-12-10 16:41:40 +01:00
2024-12-10 21:19:04 +01:00
2024-12-14 13:38:51 +01:00