Fix typo in phpseclib adapter's readme example

This commit is contained in:
Dmitri Perunov 2015-05-14 11:44:58 +05:00
parent b928e97767
commit 0536334f7c

View File

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