branch: externals/ssh-deploy
commit a81c3f1ef7d5beedf25e74ae0dcec2eaac4624ef
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Fixed README syntax
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c0a8e1c..b5ebf4f 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Here is a list of other variables you can set globally or per
directory:
* `ssh-deploy-remote-sql-user` Default user when connecting to remote SQL
database *(string)*
* `ssh-deploy-remote-shell-executable` Default remote shell executable when
launching shell on remote host *(string)*
* `ssh-deploy-verbose` Show messages in message buffer when starting and
ending actions, default t *(boolean)*
-* `ssh-deploy-script' - Our custom lambda function that will be called using
(funcall) when running deploy script
+* `ssh-deploy-script` - Your custom lambda function that will be called using
(funcall) when running deploy script handler
## Deployment configuration examples