Skip to content

Commit 99ccefa

Browse files
committed
making sure default assets aren't installed as a styleguidekit
1 parent a7b4b7d commit 99ccefa

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
@@ -578,7 +578,7 @@ protected static function runTasks($event,$type) {
578578
self::scanForPatternEngineRule($pathBase);
579579
} else if ($type == "patternlab-starterkit") {
580580
Config::updateConfigOption("starterKit",$name);
581-
} else if (($type == "patternlab-styleguidekit") && (strpos($type,"-assets-") === false)) {
581+
} else if (($type == "patternlab-styleguidekit") && (strpos($name,"-assets-") === false)) {
582582
Config::updateConfigOption("styleguideKit",$name);
583583
}
584584

0 commit comments

Comments
 (0)