Add "#" before file_extension argument (#726)
This commit is contained in:
committed by
Carrie Roberts
parent
c34176e00b
commit
3750c092bc
@@ -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:
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user