diff --git a/mirage/updater.py b/mirage/updater.py index 709eb82..0312e0a 100644 --- a/mirage/updater.py +++ b/mirage/updater.py @@ -91,7 +91,6 @@ def run_wget(mirror: Mirror, cfg: Optional[Config] = None) -> Tuple[int, Path]: if cut_dirs > 0: cmd.append(f"--cut-dirs={cut_dirs}") - # Finally, the URL (ONCE – we were accidentally adding it twice before) cmd.append(mirror.url) _write_log_header(log_path, cmd)