job: remove redundant repo name from log
This commit is contained in:
parent
295a28bab4
commit
3ccf08f5bd
|
@ -154,7 +154,7 @@ impl Job {
|
|||
|
||||
fn update_mirrors(&self, config: &GlobalSettings) -> anyhow::Result<()> {
|
||||
for remote in &self.get_remotes(config)? {
|
||||
info!("Updating mirror {}:{}...", remote, self.repo.full_name);
|
||||
info!("Updating mirror {}...", remote);
|
||||
|
||||
let output = Command::new("git")
|
||||
.arg("-C")
|
||||
|
|
Loading…
Reference in a new issue