add ent sync #12
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",
|
None => "entomologist-data",
|
||||||
};
|
};
|
||||||
entomologist::git::sync(issues_dir, remote, branch)?;
|
entomologist::git::sync(issues_dir, remote, branch)?;
|
||||||
|
println!("synced {:?} with {:?}", branch, remote);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue