From 440fcfb3ae64ae5248ea8a860edf2ef0fc3c6aae Mon Sep 17 00:00:00 2001 From: divious1 Date: Wed, 15 Jul 2020 16:53:49 -0400 Subject: [PATCH] fixed print msg --- bin/generate-actors-map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/generate-actors-map.py b/bin/generate-actors-map.py index 4e4e1b4b6d..0a31b505c9 100644 --- a/bin/generate-actors-map.py +++ b/bin/generate-actors-map.py @@ -30,7 +30,7 @@ def main(argv): print("count techniques") counted_techniques, max_count = count_techniques(techniques, all_techniques) - print("count techniques") + print("load detections techniques") detections = load_objects(path.join(cmdargs.projects_path),'detections/*.yml') print("get matched techniques")