Skip to content

Commit

Permalink
allow default
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Oct 24, 2024
1 parent 2746779 commit bb203e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ protected function askForRepo()
$blankSiteOption = 'No, start with a blank site.',
'Yes, let me pick a Starter Kit.',
],
default: $blankSiteOption
);

if ($choice === $blankSiteOption) {
Expand Down

0 comments on commit bb203e1

Please sign in to comment.