Ensure space after last arg
This commit is contained in:
parent
902f0fed8a
commit
571747be5e
|
@ -77,7 +77,7 @@ module VagrantPlugins
|
||||||
control_options = ""
|
control_options = ""
|
||||||
unless Vagrant::Util::Platform.windows?
|
unless Vagrant::Util::Platform.windows?
|
||||||
controlpath = File.join(Dir.tmpdir, "ssh.#{rand(1000)}")
|
controlpath = File.join(Dir.tmpdir, "ssh.#{rand(1000)}")
|
||||||
control_options = "-o ControlMaster=auto -o ControlPath=#{controlpath} -o ControlPersist=10m"
|
control_options = "-o ControlMaster=auto -o ControlPath=#{controlpath} -o ControlPersist=10m "
|
||||||
end
|
end
|
||||||
|
|
||||||
rsh = [
|
rsh = [
|
||||||
|
|
Loading…
Reference in New Issue