Merge pull request #115 from diimpp/patch-1

Fix typo in phpseclib adapter's readme example
This commit is contained in:
Yann Rabiller 2015-09-18 14:09:25 +02:00
commit 7edea6cfcc

View File

@ -410,7 +410,7 @@ parameters:
services:
acme_test.sftp:
class: Net_SFTP
arguments: [%acme_test.ssh_host%]
arguments: [%acme_test.ssh.host%]
calls:
- [login, [%acme_test.ssh.username%, %acme_test.ssh.password%]]