aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing/deploy.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installing/deploy.md')
-rw-r--r--docs/installing/deploy.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md
index ce40fab73..1321cbcea 100644
--- a/docs/installing/deploy.md
+++ b/docs/installing/deploy.md
@@ -99,9 +99,9 @@ Next, on your local machine:
If you get an error `SSH::AuthenticationFailed`, and are not prompted for the password of the deployment user, you may have run into [a bug](http://stackoverflow.com/questions/21560297/capistrano-sshauthenticationfailed-not-prompting-for-password) in the net-ssh gem version 2.8.0. Try installing version 2.7.0 instead:
- `gem uninstall net-ssh`
+ gem uninstall net-ssh
- `gem install net-ssh -v 2.7.0`
+ gem install net-ssh -v 2.7.0
Back on the server: