core: default a value to avoid potential exception in SShRun
This commit is contained in:
parent
72702b4884
commit
dcecb46cbd
|
@ -43,6 +43,7 @@ module Vagrant
|
||||||
|
|
||||||
# Execute!
|
# Execute!
|
||||||
opts = env[:ssh_opts] || {}
|
opts = env[:ssh_opts] || {}
|
||||||
|
opts[:extra_args] ||= []
|
||||||
|
|
||||||
# Allow the user to specify a tty or non-tty manually, but if they
|
# Allow the user to specify a tty or non-tty manually, but if they
|
||||||
# don't then we default to a TTY
|
# don't then we default to a TTY
|
||||||
|
|
Loading…
Reference in New Issue