From 4a88d86da690774ff915547f2c02206e1013dae4 Mon Sep 17 00:00:00 2001 From: well123cs <119821998+well123cs@users.noreply.github.com> Date: Sun, 2 Apr 2023 19:21:34 -0700 Subject: [PATCH] Update T1069.001.yaml --- atomics/T1069.001/T1069.001.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1069.001/T1069.001.yaml b/atomics/T1069.001/T1069.001.yaml index aa95d5d0..a9e10c6a 100644 --- a/atomics/T1069.001/T1069.001.yaml +++ b/atomics/T1069.001/T1069.001.yaml @@ -117,7 +117,7 @@ atomic_tests: sudo systemctl start docker executor: command: |- - docker build -t t1069 $PathtoAtomicsFolder/T1069/src/ + docker build -t t1069 $PathtoAtomicsFolder/T1069.001/src/ docker run --name t1069_container -d -t t1069 docker exec t1069_container ./test.sh cleanup_command: |-