mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
fix typo
This commit is contained in:
parent
dc8ca06eee
commit
ee8fe7df8f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ https://github.com/capistrano/capistrano/compare/v3.3.5...v3.4.0
|
||||||
* Breaking Changes
|
* Breaking Changes
|
||||||
* Hosts with the same name are now consolidated into one irrespective of the
|
* Hosts with the same name are now consolidated into one irrespective of the
|
||||||
user and port. This allows multiple declarations of a server to be made safely.
|
user and port. This allows multiple declarations of a server to be made safely.
|
||||||
The last declared properties will win. See capistrnorb.com Properties documentation
|
The last declared properties will win. See capistranorb.com Properties documentation
|
||||||
for details.
|
for details.
|
||||||
* Inside the on() block the host variable is now a copy of the host, so changes can be
|
* Inside the on() block the host variable is now a copy of the host, so changes can be
|
||||||
made within the block (such as dynamically overriding the user) that will not persist.
|
made within the block (such as dynamically overriding the user) that will not persist.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue