Skip to content

Commit 4ba749f

Browse files
committed
simplifying the config path
1 parent cef7720 commit 4ba749f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public static function init($baseDir = "", $verbose = true) {
105105
self::$userConfigDirDash = self::$options["baseDir"].self::$userConfigDirDash;
106106
self::$userConfigDir = (is_dir(self::$userConfigDirDash)) ? self::$userConfigDirDash : self::$userConfigDirClean;
107107
self::$userConfigPath = self::$userConfigDir.DIRECTORY_SEPARATOR.self::$userConfig;
108-
self::$plConfigPath = self::$options["baseDir"]."/vendor/pattern-lab/core/".self::$plConfigPath;
108+
self::$plConfigPath = self::$options["baseDir"]."vendor/pattern-lab/core/".self::$plConfigPath;
109109
self::$dirAdded = true;
110110

111111
// just in case the config directory doesn't exist at all

0 commit comments

Comments
 (0)