From 4098cd9e092b504e4c329d54aa3e7b2411c993d2 Mon Sep 17 00:00:00 2001 From: Tony M Lambert Date: Fri, 19 Oct 2018 17:27:04 -0400 Subject: [PATCH] Minor fix to syntax --- atomics/T1145/T1145.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1145/T1145.yaml b/atomics/T1145/T1145.yaml index e0755fc6..b4911092 100644 --- a/atomics/T1145/T1145.yaml +++ b/atomics/T1145/T1145.yaml @@ -32,5 +32,5 @@ atomic_tests: executor: name: sh command: | - find / -name id_rsa > #{output_file} + find / -name id_rsa >> #{output_file} find / -name id_dsa >> #{output_file}