diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-02 12:54:12 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-16 11:52:53 +0100 |
commit | aa162ba0ebd318e865cf1315343f262e180c09aa (patch) | |
tree | d2cecb24189dfffe00a86d9d7ef2ee1626537bd8 /docs/installing/deploy.md | |
parent | c507d1804aa20cfe337201815e70583513adc1c5 (diff) |
Remove un-needed backticks.
Diffstat (limited to 'docs/installing/deploy.md')
-rw-r--r-- | docs/installing/deploy.md | 4 |
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: |