Fixes GH-7315
This commit is contained in:
Seth Vargo 2016-05-14 11:28:36 -04:00
parent c4fab86752
commit e3c327b977
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ is enabled. Defaults to false.
`config.ssh.forward_env` - An array of host environment variables to forward to
the guest. If you are familiar with OpenSSH, this corresponds to the `SendEnv`
paramter.
parameter.
```ruby
config.ssh.forward_env = ["CUSTOM_VAR"]