Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Small visual improvement when syncing
✗ CI failure cloudhead committed 2 years ago
commit dc8561847d734e558738974be13015b1981aa1cb
parent 7b3d380ceb5e268b28c2ada97dde0652d7ecb35b
1 failed (1 total) View logs
1 file changed +1 -1
modified radicle-remote-helper/src/push.rs
@@ -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(())
            }
        },