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:
parent
f84a8a65db
commit
33a7985543
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue