Skip to content

Commit d45a334

Browse files
committed
Revert "updating config path to use our vendor name"
This reverts commit 8a51a73.
1 parent 8a51a73 commit d45a334

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/PatternLab/Config.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +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-
// @todo Make folder name (i.e. `drupal-pattern-lab`) a variable
133-
self::$plConfigPath = self::$options["baseDir"]."vendor/drupal-pattern-lab/core/".self::$plConfigPath;
132+
self::$plConfigPath = self::$options["baseDir"]."vendor/pattern-lab/core/".self::$plConfigPath;
134133

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

0 commit comments

Comments
 (0)