cli: Adjust output of `rad sync` slightly

This commit is contained in:
cloudhead 2023-09-03 17:12:18 +02:00
parent 9de10ade5a
commit 1acbe39340
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@ automatically connect to the necessary seeds.
```
$ rad clone rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
✓ Tracking relationship established for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with scope 'all'
✓ Connecting to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi[..]
✓ Connecting to z6MknSL…StBU8Vi@[..]
✓ Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSL…StBU8Vi..
✓ Connecting to z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk[..]
✓ Connecting to z6Mkt67…v4N1tRk@[..]
✓ Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6Mkt67…v4N1tRk..
✓ Forking under z6Mkux1…nVhib7Z..
✓ Creating checkout in ./heartwood..

View File

@ -351,8 +351,8 @@ fn fetch_all(
for ka in seed.addrs {
let spinner = term::spinner(format!(
"Connecting to {}@{}..",
term::format::tertiary(&seed.nid),
term::format::tertiary(&ka.addr)
term::format::tertiary(term::format::node(&seed.nid)),
&ka.addr
));
let cr = node.connect(
seed.nid,