remove unuse dline
This commit is contained in:
parent
3cad495064
commit
b3e935203e
|
@ -163,7 +163,6 @@ module Vagrant
|
||||||
# Invoke SSH with all our options
|
# Invoke SSH with all our options
|
||||||
if !opts[:subprocess]
|
if !opts[:subprocess]
|
||||||
LOGGER.info("Invoking SSH: #{ssh} #{command_options.inspect}")
|
LOGGER.info("Invoking SSH: #{ssh} #{command_options.inspect}")
|
||||||
# msabramo
|
|
||||||
SafeExec.exec(ssh, *command_options)
|
SafeExec.exec(ssh, *command_options)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue