diff --git a/site/_docs/deployment-methods.md b/site/_docs/deployment-methods.md index 4a828ef8..7ec7546f 100644 --- a/site/_docs/deployment-methods.md +++ b/site/_docs/deployment-methods.md @@ -142,7 +142,7 @@ Add the `deploy` script to the site source folder: {% highlight bash %} #!/bin/sh -rsync -crvz --rsh=ssh -p2222' --delete-after --delete-excluded @: +rsync -crvz --rsh='ssh -p2222' --delete-after --delete-excluded @: {% endhighlight %} Command line parameters are: