1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 10:49:18 +00:00

update readme

This commit is contained in:
deadc0de6
2018-09-24 20:29:54 +02:00
parent 9b84c4e828
commit c58ebe7bb3

View File

@@ -421,7 +421,7 @@ Actions cannot obviously be named `pre` or `post`.
Actions can even be parameterized. For example: Actions can even be parameterized. For example:
```yaml ```yaml
actions: actions:
echoaction: echo '{0}' >> {1} echoaction: echo '{0}' > {1}
config: config:
backup: true backup: true
create: true create: true