Use the correct option for sending the environment

This commit is contained in:
Seth Vargo 2015-11-19 18:08:47 -08:00
parent 7f4d5c82de
commit 40336016e1
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ module VagrantPlugins
auth_methods: auth_methods,
config: false,
forward_agent: ssh_info[:forward_agent],
forward_env: ssh_info[:forward_env],
send_env: ssh_info[:forward_env],
keys: ssh_info[:private_key_path],
keys_only: true,
paranoid: false,