From 5fd7a8abfa2170559772652ef0c129d5b13b28a8 Mon Sep 17 00:00:00 2001 From: iamdanfox Date: Sun, 14 May 2017 19:55:49 +0100 Subject: [PATCH] README typo: args -> dirs (#34) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af93e0c2..124cad5d 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 ```