Skip to content

Commit 9205c41

Browse files
Andrew Jungklausneclimdul
Andrew Jungklaus
authored andcommitted
change path of config to use correct vendor path
1 parent 2920622 commit 9205c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public static function init($baseDir = "", $verbose = true) {
129129
self::$userConfigDirDash = self::$options["baseDir"].self::$userConfigDirDash;
130130
self::$userConfigDir = (is_dir(self::$userConfigDirDash)) ? self::$userConfigDirDash : self::$userConfigDirClean;
131131
self::$userConfigPath = self::$userConfigDir.DIRECTORY_SEPARATOR.self::$userConfig;
132-
self::$plConfigPath = self::$options["baseDir"]."vendor/pattern-lab/core/".self::$plConfigPath;
132+
self::$plConfigPath = self::$options["baseDir"]."vendor/neclimdul/pattern-lab-core/".self::$plConfigPath;
133133

134134
// can't add __DIR__ above so adding here
135135
if (!is_dir(self::$userConfigDir)) {

0 commit comments

Comments
 (0)