cli: Small visual improvement when syncing
This commit is contained in:
parent
7b3d380ceb
commit
dc8561847d
|
|
@ -658,7 +658,7 @@ fn sync(
|
|||
node::AnnounceEvent::Announced => ControlFlow::Continue(()),
|
||||
node::AnnounceEvent::RefsSynced { remote } => {
|
||||
replicated.insert(remote);
|
||||
spinner.message(format!("Synced with {remote}.."));
|
||||
spinner.message(format!("Synced with {}..", cli::format::dim(remote)));
|
||||
ControlFlow::Continue(())
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue