diff --git a/src/Service/Compiler/PackagesCompiler.php b/src/Service/Compiler/PackagesCompiler.php index 314fafa..558b397 100644 --- a/src/Service/Compiler/PackagesCompiler.php +++ b/src/Service/Compiler/PackagesCompiler.php @@ -125,7 +125,7 @@ private function getRecipeFiles(Recipe $recipe) } $files[$file->getRelativePathName()] = [ 'contents' => $file->getContents(), - 'executable' => is_executable($recipe->getLocalPath().$file->getRelativePathName()), + 'executable' => is_executable($file->getPathname()), ]; }