1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 00:59:42 +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:
```yaml
actions:
echoaction: echo '{0}' >> {1}
echoaction: echo '{0}' > {1}
config:
backup: true
create: true