Skip to content

Commit 9fcafa8

Browse files
committed
wip
1 parent 95c3a00 commit 9fcafa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function configure()
4343
protected function execute(InputInterface $input, OutputInterface $output)
4444
{
4545
$installJetstream = $input->getOption('jet') ||
46-
(new SymfonyStyle($input, $output))->confirm('Would you like to install the Laravel Jetstream application scaffolding?', false);
46+
($input->getOption('prompt-jetstream') && new SymfonyStyle($input, $output))->confirm('Would you like to install the Laravel Jetstream application scaffolding?', false);
4747

4848
if ($installJetstream) {
4949
$output->write(PHP_EOL."<fg=magenta>

0 commit comments

Comments
 (0)