Add "#" before file_extension argument (#726)

This commit is contained in:
FenQiDian
2019-12-17 08:04:56 +08:00
committed by Carrie Roberts
parent c34176e00b
commit 3750c092bc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ An adversary may compress data (e.g., sensitive documents) that is collected pri
#### Run it with `command_prompt`!
```
rar a -r #{output_file} #{input_path}*{file_extension}
rar a -r #{output_file} #{input_path}*#{file_extension}
```
#### Commands to Check Prerequisites:
+1 -1
View File
@@ -49,7 +49,7 @@ atomic_tests:
prereq_command: |
rar /?
command: |
rar a -r #{output_file} #{input_path}*{file_extension}
rar a -r #{output_file} #{input_path}*#{file_extension}
cleanup_command:
del -f #{output_file}