remote-helper: Tell the user we're announcing refs
This commit is contained in:
parent
9000a626d7
commit
e972cda2c4
|
|
@ -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.
|
// refs will be announced eventually, when the node restarts.
|
||||||
let mut node = radicle::Node::new(profile.socket());
|
let mut node = radicle::Node::new(profile.socket());
|
||||||
if node.is_running() {
|
if node.is_running() {
|
||||||
|
eprint!("Announcing refs... ");
|
||||||
node.announce_refs(url.repo)?;
|
node.announce_refs(url.repo)?;
|
||||||
|
eprintln!("ok");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue