Skip to content

Commit 7807cb8

Browse files
c33smoay
authored andcommitted
package compiler now follows symlinks closes: #49 (#50)
1 parent 040d66a commit 7807cb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Service/Compiler/PackagesCompiler.php

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ private function getRecipeFiles(Recipe $recipe)
116116
$finder = new Finder();
117117
$finder->ignoreUnreadableDirs()
118118
->in($recipe->getLocalPath())
119+
->followLinks()
119120
->ignoreDotFiles(false);
120121

121122
foreach ($finder->files() as $file) {

0 commit comments

Comments
 (0)