Skip to content

Commit 7972319

Browse files
committed
Merge branch 'master' of github.com:laravel/valet
2 parents 064cfd9 + f6aa921 commit 7972319

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/app.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ function (ConsoleCommandEvent $event) {
414414

415415
if (false === $helper->ask($input, $output, $question)) {
416416
info('Proceeding without installing Expose.');
417+
417418
return;
418419
}
419420

@@ -428,6 +429,7 @@ function (ConsoleCommandEvent $event) {
428429

429430
if (false === $helper->ask($input, $output, $question)) {
430431
info('Proceeding without installing ngrok.');
432+
431433
return;
432434
}
433435

0 commit comments

Comments
 (0)