Skip to content

Commit

Permalink
change path of config to use correct vendor path
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jungklaus authored and neclimdul committed Mar 26, 2018
1 parent 2920622 commit 9205c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PatternLab/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public static function init($baseDir = "", $verbose = true) {
self::$userConfigDirDash = self::$options["baseDir"].self::$userConfigDirDash;
self::$userConfigDir = (is_dir(self::$userConfigDirDash)) ? self::$userConfigDirDash : self::$userConfigDirClean;
self::$userConfigPath = self::$userConfigDir.DIRECTORY_SEPARATOR.self::$userConfig;
self::$plConfigPath = self::$options["baseDir"]."vendor/pattern-lab/core/".self::$plConfigPath;
self::$plConfigPath = self::$options["baseDir"]."vendor/neclimdul/pattern-lab-core/".self::$plConfigPath;

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

0 comments on commit 9205c41

Please sign in to comment.