diff --git a/src/bin/ent/main.rs b/src/bin/ent/main.rs index 1363641..10d0637 100644 --- a/src/bin/ent/main.rs +++ b/src/bin/ent/main.rs @@ -180,6 +180,7 @@ fn handle_command(args: &Args, issues_dir: &std::path::Path) -> anyhow::Result<( None => "entomologist-data", }; entomologist::git::sync(issues_dir, remote, branch)?; + println!("synced {:?} with {:?}", branch, remote); } }