fixed profile reference wrong file ref

This commit is contained in:
DastInDark
2022-08-07 00:56:47 +09:00
parent cd4dad0afc
commit bbd6c98616

View File

@@ -67,7 +67,7 @@ lazy_static! {
pub static ref PIVOT_KEYWORD_LIST_FLAG: bool =
configs::CONFIG.read().unwrap().args.pivot_keywords_list;
pub static ref DEFAULT_DETAILS: HashMap<String, String> = get_default_details(&format!(
"{}/default_details.txt",
"{}/default_details.yaml",
configs::CONFIG
.read()
.unwrap()