We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d619d commit c3ce86aCopy full SHA for c3ce86a
1 file changed
recipe/rsync.php
@@ -71,7 +71,7 @@
71
$filtersRsync .= " --filter='merge $filterFile'";
72
}
73
if (!empty($filterPerDir)) {
74
- $filtersRsync .= " --filter='dir-merge $filterFile'";
+ $filtersRsync .= " --filter='dir-merge $filterPerDir'";
75
76
return $filtersRsync;
77
});
0 commit comments