Skip to content

Commit a1d37ec

Browse files
authored
Merge pull request #12 from magebitcom/EmilsM-patch-3
Update Processor.php
2 parents c7192d1 + c3f636a commit a1d37ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ private function getMasterYaml(): array
331331
foreach($additional as $key => $value) {
332332
foreach($value['sources'] as &$source) {
333333
if (str_starts_with($source, './configurator/')) {
334-
$source = dirname($additionalPath) . substr($source, 14);
334+
$source = str_replace(BP . '/', '', dirname($additionalPath)) . substr($source, 1);
335335
}
336336
}
337337

0 commit comments

Comments
 (0)