Minor fix to syntax

This commit is contained in:
Tony M Lambert
2018-10-19 17:27:04 -04:00
parent abb43d1b4f
commit 4098cd9e09
+1 -1
View File
@@ -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}