mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix readme code escaping
This commit is contained in:
parent
93cd74ae71
commit
1497020d92
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ associated with them. Tasks are then able to use these definitions in two disti
|
|||
|
||||
* To _interact_ with remote hosts using the `on()` method
|
||||
|
||||
An example of the two would be to create a `/etc/krb5.conf' file containing the list of
|
||||
An example of the two would be to create a `/etc/krb5.conf` file containing the list of
|
||||
available KDC's by using the list of servers returned by `roles(:kdc)` and then uploading
|
||||
it to all client machines using `on(roles(:all)) do upload!(file) end`
|
||||
|
||||
|
|
Loading…
Reference in a new issue