Skip to content

Commit c615471

Browse files
committed
Fix README.md parameters section
1 parent 864ded2 commit c615471

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ You can easily define more than one context to access several servers.
183183
| ruby_executable | String | no | `ruby` | Absolute path to Ruby executable on the remote host, or executable name, reachable from $PATH |
184184
| working_dir | String | no | '~' if running over SSH, or current dir, if running locally | Path to the directory where the script should be executed |
185185
| use_cache | Boolean | no | `false` | Specifies if the cache should be used for execution of the block (if the cache is available). Refer to the [Caching](#caching) section to find out more about caching. |
186-
| save_cache | Boolean | no | `false` | Specifies if the result of the block execution (i.e. output and error streams) should be cached for the subsequent use. Refer to the [Caching](#caching) section to find out more about caching. |
187-
RemoteRuby will try to create it. Refer to the [Caching](#caching) section to find out more about caching. |
186+
| save_cache | Boolean | no | `false` | Specifies if the result of the block execution (i.e. output, error, and result streams) should be cached for the subsequent use. Refer to the [Caching](#caching) section to find out more about caching. |
188187
| in_stream | Stream open for reading | no | `$stdin` | Source stream for server standard input |
189188
| out_stream | Stream open for writing | no | `$stdout` | Redirection stream for server standard output |
190189
| err_stream | Stream open for writing | no | `$stderr` | Redirection stream for server standard error|

0 commit comments

Comments
 (0)