Skip to content

Commit c16b0b8

Browse files
authored
docs: skip_if_exists must be a list
1 parent f33884a commit c16b0b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/configuring.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,8 @@ exist.
837837
you don't want to override it next times:
838838

839839
```yaml title="copier.yml"
840-
_skip_if_exists: .secret_password.yml
840+
_skip_if_exists:
841+
- .secret_password.yml
841842
```
842843

843844
```yaml title=".secret_password.yml.jinja"

0 commit comments

Comments
 (0)