Skip to content

Commit e3be563

Browse files
committed
cleaning up the copy for suggestion kits
1 parent dcf5c66 commit e3be563

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PatternLab/InstallerUtil.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ public static function postCreateProjectCmd($event) {
435435
$suggestions = $extra["patternlab"]["starterKitSuggestions"];
436436

437437
// suggest starterkits
438-
Console::writeLine("suggested StarterKits that work with this edition:");
438+
Console::writeInfo("suggested starterkits that work with this edition:", false, true);
439439
foreach ($suggestions as $i => $suggestion) {
440440

441441
// write each suggestion
@@ -445,6 +445,7 @@ public static function postCreateProjectCmd($event) {
445445
}
446446

447447
// prompt for input on the suggestions
448+
Console::writeLine("");
448449
$prompt = "choose an option or hit return to skip:";
449450
$options = "(ex. 1)";
450451
$input = Console::promptInput($prompt,$options);

0 commit comments

Comments
 (0)