ent sync: report success if it all worked

This commit is contained in:
Sebastian Kuzminsky 2025-07-08 11:10:03 -06:00
parent 9c54a92152
commit 2106c69271

View file

@ -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);
}
}