Rsync filterperdir wrong variable
Closed this issue · 2 comments
gaambo commented
Q | A |
---|---|
Issue Type | Bug |
Deployer Version | N/A |
Recipes Version | N/A |
Local Machine OS | N/A |
Remote Machine OS | N/A |
Description
In the rsync_filter
function it checks for the $filterPerDir
variable but then inserts the $filterFile
variable into the --filter='dir-merge'
flag (rsync.php#74).
Steps to reproduce
Use the rsync recipe with a filter-perdir file configured.
Content of deploy.php
Output log
gaambo commented
Just put this in a PR - really a quick fix, because it's just a wrong variable name.