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

Commit 44c72b0

Browse files
authored
Merge pull request #115 from mbrodala/rsync-revert-verbose
Revert "Make rsync verbose on -vvv"
2 parents 19c8143 + 31a3416 commit 44c72b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rsync.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@
127127
// might end up deleting everything we have write permission to
128128
throw new \RuntimeException('You need to specify a destination path.');
129129
}
130-
131-
if (isVeryVerbose()) {
132-
$config['flags'] .= 'v';
133-
}
134130

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

0 commit comments

Comments
 (0)