From 4a400dd18dd8465ed20a2c1c7ad68938d1bb8597 Mon Sep 17 00:00:00 2001 From: eric-forte-elastic Date: Sat, 18 May 2024 09:28:40 -0400 Subject: [PATCH] Remove override --- detection_rules/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/detection_rules/config.py b/detection_rules/config.py index 343a9d71f70..0b36a122ace 100644 --- a/detection_rules/config.py +++ b/detection_rules/config.py @@ -19,7 +19,6 @@ ROOT_DIR = Path(__file__).parent.parent CUSTOM_RULES_DIR = os.getenv('CUSTOM_RULES_DIR', None) -CUSTOM_RULES_DIR = "/home/forteea1/Code/dac_demo/detection-rules-dac-demo/custom_rules" @dataclass