deployphp/recipes

Rsync filterperdir wrong variable

Closed this issue · 2 comments

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

Just put this in a PR - really a quick fix, because it's just a wrong variable name.

was closed with PR #223 in commit c3ce86a