1
0
Fork 0
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:
Philip Hallstrom 2018-10-08 10:31:17 -07:00
parent 2bd9eba05e
commit b8b0a00ba6

View file

@ -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`