1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Merge pull request #1034 from deitrick/patch-1

Fixing typo in database_password
This commit is contained in:
Lee Hambley 2014-04-27 08:35:27 +02:00
commit 39e8895761

View file

@ -156,7 +156,7 @@ Perfect, who needs telephones.
When using `ask` to get user input, you can pass `echo: false` to prevent the input from being displayed:
```ruby
ask(:database_passsword, "default", echo: false)
ask(:database_password, "default", echo: false)
```
## Using password authentication