Files
clan-core/pkgs/clan-cli/clan_cli
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-10-08 17:51:55 +00:00
2024-12-17 15:56:08 +07:00
2024-12-02 15:14:40 +01:00
2024-09-02 18:26:13 +02:00
2024-12-03 17:15:28 +01:00