Skip to content

Commit 0f93319

Browse files
committed
Make sure to fetch the correct remote.
1 parent cd6a2f7 commit 0f93319

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/git.rs

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ fn get_repo() -> Result<Repository, Error> {
3838
// This uses the CLI because libgit2 is quite slow to fetch a large repository.
3939
let status = std::process::Command::new("git")
4040
.arg("fetch")
41+
.arg(RUST_SRC_URL)
4142
.current_dir(repo)
4243
.status()
4344
.context(format!(

0 commit comments

Comments
 (0)