Revert "fixed profile reference wrong file ref"

This reverts commit bbd6c98616.
This commit is contained in:
DastInDark
2022-08-07 01:02:18 +09:00
parent bbd6c98616
commit b07b4f6fb2

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.yaml",
"{}/default_details.txt",
configs::CONFIG
.read()
.unwrap()