Merge pull request #4120 from jdmulloy/fix_ssh_typo
Removed extra n from the word "connection"
This commit is contained in:
commit
4b11f6ed30
|
@ -326,7 +326,7 @@ module VagrantPlugins
|
||||||
|
|
||||||
timeout = 60
|
timeout = 60
|
||||||
|
|
||||||
@logger.info("Attempting SSH connnection...")
|
@logger.info("Attempting SSH connection...")
|
||||||
connection = retryable(tries: opts[:retries], on: exceptions) do
|
connection = retryable(tries: opts[:retries], on: exceptions) do
|
||||||
Timeout.timeout(timeout) do
|
Timeout.timeout(timeout) do
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue