This commit is contained in:
Zanie 2024-02-20 17:32:48 -06:00
parent 54b4a9dabb
commit 8395e8ee81

View file

@ -1086,7 +1086,7 @@ fn fetch_with_strategy(
debug!("initiating fetch of {refspecs:?} from {remote_url}");
let res =
repo.remote_anonymous(remote_url)?
.fetch(&refspecs, Some(&mut opts), None);
.fetch(refspecs, Some(&mut opts), None);
let err = match res {
Ok(()) => break,
Err(e) => e,