Skip to content

Commit 9915333

Browse files
committed
setting correct var name
1 parent e4fbbdd commit 9915333

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)