Skip to content

Commit

Permalink
Merge pull request #14 from thisbythem/rsync-pull-content-to-root-bug
Browse files Browse the repository at this point in the history
Rsync pull content bug
  • Loading branch information
nobodyiscertain committed Jan 7, 2016
2 parents c2c07b6 + 87eba61 commit ceced52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/command.pull_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ceced52

Please sign in to comment.