File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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 )) {
You can’t perform that action at this time.
0 commit comments