job: remove redundant repo name from log

rocket-stable
Antoine Martin 2021-03-29 20:54:19 +02:00
parent 295a28bab4
commit 3ccf08f5bd
1 changed files with 1 additions and 1 deletions

View File

@ -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")