Skip to content

Commit

Permalink
Rollup merge of rust-lang#59586 - XAMPPRocky:redirect, r=alexcrichton
Browse files Browse the repository at this point in the history
Fixed URL in cargotest::TEST_REPOS
  • Loading branch information
Centril committed Apr 1, 2019
2 parents 8abb24c + 14f4e27 commit cdf129c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargotest/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const TEST_REPOS: &'static [Test] = &[
},
Test {
name: "tokei",
repo: "https://github.com/Aaronepower/tokei",
repo: "https://github.com/XAMPPRocky/tokei",
sha: "5e11c4852fe4aa086b0e4fe5885822fbe57ba928",
lock: None,
packages: &[],
Expand Down

0 comments on commit cdf129c

Please sign in to comment.