Skip to content

Commit 572f146

Browse files
Typo
1 parent 28a1ba7 commit 572f146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Backup/Sync/Rsync.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function setup(array $config)
8787
if (isset($config['user'])) {
8888
$this->user = $config['user'];
8989
}
90-
if (isset($config['hots'])) {
90+
if (isset($config['host'])) {
9191
$this->host = $config['host'];
9292
}
9393

0 commit comments

Comments
 (0)