Skip to content

Commit 8cf6b03

Browse files
committed
Small documentation improvement
1 parent 93f45bc commit 8cf6b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Some sub-items in the Zip content can be removed afterwards.
208208
| `source`| Y | URL of the online ZIP to download |
209209
| `zip_paths` | Y | List of relative path in ZIP to select |
210210
| `target_paths` | Y | Relative path of the target directory where selected items will be moved (relative to ZIP home folder) |
211-
| `remove` | N | List of glob patterns of ZIP content to remove after extraction (must include the target paths, they are relative to the section `target_dir`) |
211+
| `remove` | N | List of glob patterns of ZIP content to remove after extraction (must include the necessary `target_paths`, they are relative to the section `target_dir`) |
212212
| `execute_after` | N | List of shell commands to execute once ZIP extraction is completed; actions are executed with the section `target_dir` as current working directory |
213213

214214
Nota:

0 commit comments

Comments
 (0)