We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a1ba7 commit 572f146Copy full SHA for 572f146
src/Backup/Sync/Rsync.php
@@ -87,7 +87,7 @@ public function setup(array $config)
87
if (isset($config['user'])) {
88
$this->user = $config['user'];
89
}
90
- if (isset($config['hots'])) {
+ if (isset($config['host'])) {
91
$this->host = $config['host'];
92
93
0 commit comments