ent sync: report success if it all worked
This commit is contained in:
parent
9c54a92152
commit
2106c69271
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue