Skip to content

Commit

Permalink
README typo: args -> dirs (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdanfox authored and uschi2000 committed May 14, 2017
1 parent 5085f20 commit 5fd7a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jvmOpts:
args:
- arg1
# OPTIONAL - A list of directories to be created before executing the command. Must be relative to CWD and over [A-Za-z0-9].
args:
dirs:
- var/data/tmp
- var/log
```
Expand All @@ -52,7 +52,7 @@ executable: "{{CWD}}/service/bin/postgres"
args:
- arg1
# OPTIONAL - A list of directories to be created before executing the command. Must be relative to CWD and over [A-Za-z0-9].
args:
dirs:
- var/data/tmp
- var/log
```
Expand Down

0 comments on commit 5fd7a8a

Please sign in to comment.