From 09bfb24ffda920ab6954de7ec397647e79c27b5d Mon Sep 17 00:00:00 2001 From: well123cs <119821998+well123cs@users.noreply.github.com> Date: Sun, 2 Apr 2023 19:20:44 -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 eb33a8e0..aa95d5d0 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/src/ docker run --name t1069_container -d -t t1069 docker exec t1069_container ./test.sh cleanup_command: |-