diff --git a/commands/command.pull_content.php b/commands/command.pull_content.php index 2665695..f1f8580 100644 --- a/commands/command.pull_content.php +++ b/commands/command.pull_content.php @@ -95,7 +95,7 @@ private function pullContentWithRsync() { $cmd .= "'ssh -p $this->port' "; } - $cmd .= "-avl --stats --progress $this->user@$this->host:$this->webroot/$dir .;"; + $cmd .= "-avl --stats --progress $this->user@$this->host:$this->webroot/$dir/ $dir;"; $output = shell_exec($cmd); $this->displayFeedback($output);