File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -641,13 +641,13 @@ protected static function runTasks($installerInfo) {
641
641
Config::updateConfigOption ("styleguideKitPath " ,$ pathBase );
642
642
}
643
643
644
- // override any configs that have been set-up
645
- if (!empty ($ installerInfo ["configOverrides " ])) {
646
- foreach ($ installerInfo ["configOverrides " ] as $ option => $ value ) {
647
- Config::updateConfigOption ($ option ,$ value , true ); // forces the update
648
- }
644
+ }
645
+
646
+ // override any configs that have been set-up
647
+ if (!empty ($ installerInfo ["configOverrides " ])) {
648
+ foreach ($ installerInfo ["configOverrides " ] as $ option => $ value ) {
649
+ Config::updateConfigOption ($ option ,$ value , true ); // forces the update
649
650
}
650
-
651
651
}
652
652
653
653
if ($ installerInfo ["projectInstall " ]) {
You can’t perform that action at this time.
0 commit comments