mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Update docs to reflect true default for :local_user
A change was made to the default for :local_user in
d947b25aa2
The docs weren't updated to reflect the new reality. They are now.
This commit is contained in:
parent
2bd9eba05e
commit
b8b0a00ba6
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ The following variables are settable:
|
|||
* If you have a shared web host, this setting may need to be set (e.g. /home/user/tmp/capistrano).
|
||||
|
||||
* `:local_user`
|
||||
* **default:** `-> { Etc.getlogin }`
|
||||
* **default:** `-> { ENV["USER"] || ENV["LOGNAME"] || ENV["USERNAME"] }`
|
||||
* Username of the local machine used to update the revision log.
|
||||
|
||||
* `:pty`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue