From c8707befb6b970be72540bb7e37d68ea8f33dd1a Mon Sep 17 00:00:00 2001 From: Tung Quach Date: Wed, 22 Apr 2020 21:02:10 +0700 Subject: [PATCH] Update 1-DOCS.md Fix the wrong config name for list of commands to execute on remote machines after rsync occurs --- 1-DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-DOCS.md b/1-DOCS.md index 9b79998..8d8a2e5 100644 --- a/1-DOCS.md +++ b/1-DOCS.md @@ -13,7 +13,7 @@ The following parameters are used to configure the plugin: - **recursive** - recursively synchronize, defaults to `false` - **delete** - delete target folder contents, defaults to `false` - **prescript** - list of commands to execute on remote machines before rsync occurs -- **postscript** - list of commands to execute on remote machines after rsync occurs +- **script** - list of commands to execute on remote machines after rsync occurs ## Secrets The following secrets can be used to secure the sensitive parts of your configuration: