File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ public static function init($baseDir = "", $verbose = true) {
129
129
self ::$ userConfigDirDash = self ::$ options ["baseDir " ].self ::$ userConfigDirDash ;
130
130
self ::$ userConfigDir = (is_dir (self ::$ userConfigDirDash )) ? self ::$ userConfigDirDash : self ::$ userConfigDirClean ;
131
131
self ::$ userConfigPath = self ::$ userConfigDir .DIRECTORY_SEPARATOR .self ::$ userConfig ;
132
- self ::$ plConfigPath = self ::$ options ["baseDir " ]."vendor/pattern-lab/core/ " .self ::$ plConfigPath ;
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 ;
133
134
134
135
// can't add __DIR__ above so adding here
135
136
if (!is_dir (self ::$ userConfigDir )) {
You can’t perform that action at this time.
0 commit comments