Skip to content

Commit 78d24ff

Browse files
committed
fixing a spelling mistake
1 parent 90461cb commit 78d24ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PatternLab/InstallerUtil.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,8 @@ protected static function packagesInstall($installerInfo) {
580580
self::init();
581581

582582
// make sure user is prompted to install starterkit
583-
if (!empty($installerInfo["starterKitSuggestions"])) {
584-
self::promptStarterKitInstall($installerInfo["starterKitSuggestions"]);
583+
if (!empty($installerInfo["suggestedStarterKits"])) {
584+
self::promptStarterKitInstall($installerInfo["suggestedStarterKits"]);
585585
}
586586

587587
// reorder packages so the starterkit is first if it's being installed as a package

0 commit comments

Comments
 (0)