Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #115 from mbrodala/rsync-revert-verbose
Browse files Browse the repository at this point in the history
Revert "Make rsync verbose on -vvv"
  • Loading branch information
antonmedv authored Mar 17, 2017
2 parents 19c8143 + 31a3416 commit 44c72b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rsync.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@
// might end up deleting everything we have write permission to
throw new \RuntimeException('You need to specify a destination path.');
}

if (isVeryVerbose()) {
$config['flags'] .= 'v';
}

$server = \Deployer\Task\Context::get()->getServer();
if ($server instanceof \Deployer\Server\Local) {
Expand Down

0 comments on commit 44c72b0

Please sign in to comment.