Skip to content

Commit 44c0dd0

Browse files
committed
Fixing extra closing parentheses so dev branch works. Addresses pattern-lab#87
1 parent 7dd6d48 commit 44c0dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/InstallerUtil.php

Lines changed: 1 addition & 1 deletion
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)