From b07b4f6fb28eb6c5baf6bbb669944144707d12d4 Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Sun, 7 Aug 2022 01:02:18 +0900 Subject: [PATCH] Revert "fixed profile reference wrong file ref" This reverts commit bbd6c98616d54095ca5163d2b6e4960e2bc7ba3a. --- src/detections/message.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detections/message.rs b/src/detections/message.rs index a737306e..214d0e8a 100644 --- a/src/detections/message.rs +++ b/src/detections/message.rs @@ -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 = get_default_details(&format!( - "{}/default_details.yaml", + "{}/default_details.txt", configs::CONFIG .read() .unwrap()