From b0078a32db5c05d4810fa2f3ae898be741b42874 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Fri, 16 Jun 2023 13:36:11 +0200 Subject: [PATCH] renamed local_path to just path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b8efa4..925e378 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ The script step will execute a script. { "type": "script", // use path for local scripts - "local_path": "global/install-docker.sh" // local path (here: resources/scripts/install-docker.sh) + "path": "global/install-docker.sh" // path in repo (here: resources/scripts/install-docker.sh) // or use url for remote scripts "url": "https://xyz.abc/scripts/install-docker.sh" // remote url // or use lxc_path for scripts inside the lxc