Skip to content

Commit 1d4f0e7

Browse files
authored
Rollup merge of #59586 - XAMPPRocky:redirect, r=alexcrichton
Fixed URL in cargotest::TEST_REPOS
2 parents d2fd3fe + 14f4e27 commit 1d4f0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/cargotest/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const TEST_REPOS: &'static [Test] = &[
3030
},
3131
Test {
3232
name: "tokei",
33-
repo: "https://github.com/Aaronepower/tokei",
33+
repo: "https://github.com/XAMPPRocky/tokei",
3434
sha: "5e11c4852fe4aa086b0e4fe5885822fbe57ba928",
3535
lock: None,
3636
packages: &[],

0 commit comments

Comments
 (0)