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

Fixing typo in database_password

This commit is contained in:
Andrew Deitrick 2014-04-26 22:35:37 -06:00
parent f84a8a65db
commit 33a7985543

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