We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef7720 commit 4ba749fCopy full SHA for 4ba749f
src/PatternLab/Config.php
@@ -105,7 +105,7 @@ public static function init($baseDir = "", $verbose = true) {
105
self::$userConfigDirDash = self::$options["baseDir"].self::$userConfigDirDash;
106
self::$userConfigDir = (is_dir(self::$userConfigDirDash)) ? self::$userConfigDirDash : self::$userConfigDirClean;
107
self::$userConfigPath = self::$userConfigDir.DIRECTORY_SEPARATOR.self::$userConfig;
108
- self::$plConfigPath = self::$options["baseDir"]."/vendor/pattern-lab/core/".self::$plConfigPath;
+ self::$plConfigPath = self::$options["baseDir"]."vendor/pattern-lab/core/".self::$plConfigPath;
109
self::$dirAdded = true;
110
111
// just in case the config directory doesn't exist at all
0 commit comments