updated gnu repo
This commit is contained in:
@ -57,8 +57,7 @@ pub fn get_config_script<P: AsRef<Path>>(file_path: P) -> io::Result<String> {
|
||||
|
||||
|
||||
pub fn get_repo_list() -> io::Result<Vec<String>> {
|
||||
let base_path = env!("SEXPKG_HOME");
|
||||
let file_path = PathBuf::from(base_path).join("var").join("sexpkg.md");
|
||||
let file_path = crate::commands::get_var_path().join("sexpkg.md");
|
||||
|
||||
let block = extract_block(file_path, "``` cfg *** Repository list and priority ***", "```")?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user