From 95f2a5ed6f5a7445a4b931e0a7fe3c3beabeff60 Mon Sep 17 00:00:00 2001 From: Carrie Roberts Date: Thu, 5 Sep 2019 17:36:30 -0600 Subject: [PATCH] removing duplicate 'command' element from template (#550) * removing duplicate 'command' element from template * include TODO --- atomic_red_team/atomic_test_template.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/atomic_red_team/atomic_test_template.yaml b/atomic_red_team/atomic_test_template.yaml index d3eba62c..b4e33c4f 100644 --- a/atomic_red_team/atomic_test_template.yaml +++ b/atomic_red_team/atomic_test_template.yaml @@ -28,5 +28,4 @@ atomic_tests: command: | # these are the actaul attack commands, at least one command must be provided TODO cleanup_command: | # you can remove the cleanup_command section if there are no cleanup commands - command: | - TODO + TODO \ No newline at end of file