Skip to content

Commit d713868

Browse files
Merge pull request #104 from theotherjimmy/use-index.pidx
Use index.pidx by default
2 parents 664310b + 8c44d02 commit d713868

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rust/pack-index/src/config.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ impl Config {
8989
Err(_) => {
9090
warn!(l, "Failed to open vendor index list read only. Recreating.");
9191
let new_content = vec![
92-
String::from("http://www.keil.com/pack/keil.vidx"),
93-
String::from("http://www.keil.com/pack/keil.pidx"),
92+
String::from("http://www.keil.com/pack/index.pidx"),
9493
];
9594
match self.vidx_list.parent() {
9695
Some(par) => {

0 commit comments

Comments
 (0)