core: default a value to avoid potential exception in SShRun

This commit is contained in:
Mitchell Hashimoto 2014-01-16 22:08:41 -08:00
parent 72702b4884
commit dcecb46cbd
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ module Vagrant
# Execute!
opts = env[:ssh_opts] || {}
opts[:extra_args] ||= []
# Allow the user to specify a tty or non-tty manually, but if they
# don't then we default to a TTY