fixed profile reference wrong file ref
This commit is contained in:
@@ -67,7 +67,7 @@ lazy_static! {
|
|||||||
pub static ref PIVOT_KEYWORD_LIST_FLAG: bool =
|
pub static ref PIVOT_KEYWORD_LIST_FLAG: bool =
|
||||||
configs::CONFIG.read().unwrap().args.pivot_keywords_list;
|
configs::CONFIG.read().unwrap().args.pivot_keywords_list;
|
||||||
pub static ref DEFAULT_DETAILS: HashMap<String, String> = get_default_details(&format!(
|
pub static ref DEFAULT_DETAILS: HashMap<String, String> = get_default_details(&format!(
|
||||||
"{}/default_details.txt",
|
"{}/default_details.yaml",
|
||||||
configs::CONFIG
|
configs::CONFIG
|
||||||
.read()
|
.read()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
|
|||||||
Reference in New Issue
Block a user