Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
remote-helper: Tell the user we're announcing refs
Alexis Sellier committed 3 years ago
commit e972cda2c473cb430b30f70d6223ea90037c2bba
parent 9000a626d766a845d4cd1ebef3992da731abf7c7
1 file changed +2 -0
modified radicle-remote-helper/src/lib.rs
@@ -116,7 +116,9 @@ pub fn run(profile: radicle::Profile) -> Result<(), Box<dyn std::error::Error +
                        // refs will be announced eventually, when the node restarts.
                        let mut node = radicle::Node::new(profile.socket());
                        if node.is_running() {
+
                            eprint!("Announcing refs... ");
                            node.announce_refs(url.repo)?;
+
                            eprintln!("ok");
                        }
                    }
                }