Skip to content

Commit e245abe

Browse files
authored
Add default to the starter kit prompt (#90)
1 parent f8e279f commit e245abe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/NewCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ protected function askForRepo()
351351
$blankSiteOption = 'No, start with a blank site.',
352352
'Yes, let me pick a Starter Kit.',
353353
],
354+
default: $blankSiteOption
354355
);
355356

356357
if ($choice === $blankSiteOption) {

0 commit comments

Comments
 (0)