We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 664310b + 8c44d02 commit d713868Copy full SHA for d713868
rust/pack-index/src/config.rs
@@ -89,8 +89,7 @@ impl Config {
89
Err(_) => {
90
warn!(l, "Failed to open vendor index list read only. Recreating.");
91
let new_content = vec![
92
- String::from("http://www.keil.com/pack/keil.vidx"),
93
- String::from("http://www.keil.com/pack/keil.pidx"),
+ String::from("http://www.keil.com/pack/index.pidx"),
94
];
95
match self.vidx_list.parent() {
96
Some(par) => {
0 commit comments