We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90461cb commit 78d24ffCopy full SHA for 78d24ff
src/PatternLab/InstallerUtil.php
@@ -580,8 +580,8 @@ protected static function packagesInstall($installerInfo) {
580
self::init();
581
582
// make sure user is prompted to install starterkit
583
- if (!empty($installerInfo["starterKitSuggestions"])) {
584
- self::promptStarterKitInstall($installerInfo["starterKitSuggestions"]);
+ if (!empty($installerInfo["suggestedStarterKits"])) {
+ self::promptStarterKitInstall($installerInfo["suggestedStarterKits"]);
585
}
586
587
// reorder packages so the starterkit is first if it's being installed as a package
0 commit comments