Skip to content

Commit 0c30ad1

Browse files
authored
Merge pull request #1 from drupal-pattern-lab/feature/fix-parse-error
Remove extra character from InstallerUtil so dev branch works
2 parents 7dd6d48 + 44c0dd0 commit 0c30ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/InstallerUtil.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ protected static function parseComponentList($packageName,$sourceBase,$destinati
350350
foreach ($finder as $file) {
351351

352352
$ext = $file->getExtension();
353-
$pathName = $file->getPathname());
353+
$pathName = $file->getPathname();
354354

355355
if ($ext == "css") {
356356
$componentTypes["stylesheets"][] = str_replace(DIRECTORY_SEPARATOR,"/",str_replace($sourceBase.$source,$destination,$pathName));

0 commit comments

Comments
 (0)