Skip to content

Commit 9085450

Browse files
committed
Missed renames.
1 parent 994b6c3 commit 9085450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Remote/SSHBaseCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ private function getConnectionString()
387387
}
388388
return vsprintf(
389389
'%s -T %s@%s -p %s -o "StrictHostKeyChecking=no" -o "AddressFamily inet"',
390-
[$command, $sftp['username'], $this->lookupHostViaAlternateNameserver($sftp['host']), $sftp['port']]
390+
[$command, $ssh['username'], $this->lookupHostViaAlternateNameserver($ssh['host']), $ssh['port']]
391391
);
392392
}
393393

0 commit comments

Comments
 (0)