Skip to content

Commit 16c912d

Browse files
committed
Merge branch 'dev'
2 parents 78d24ff + 9915333 commit 16c912d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/InstallerUtil.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ protected static function promptStarterKitInstall($starterKitSuggestions) {
548548

549549
Console::writeLine("");
550550
$f = new Fetch();
551-
$result = $f->fetchStarterKit($suggestions[$result]);
551+
$result = $f->fetchStarterKit($starterKitSuggestions[$result]);
552552

553553
}
554554

0 commit comments

Comments
 (0)