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

Commit

Permalink
fix rsync filterPerDir variable (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaambo authored and antonmedv committed May 26, 2019
1 parent c1d619d commit c3ce86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/rsync.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
$filtersRsync .= " --filter='merge $filterFile'";
}
if (!empty($filterPerDir)) {
$filtersRsync .= " --filter='dir-merge $filterFile'";
$filtersRsync .= " --filter='dir-merge $filterPerDir'";
}
return $filtersRsync;
});
Expand Down

0 comments on commit c3ce86a

Please sign in to comment.