We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866bc7e commit d1967bbCopy full SHA for d1967bb
cli/app.php
@@ -424,8 +424,9 @@ function (ConsoleCommandEvent $event) {
424
}
425
426
if (! Ngrok::installed()) {
427
+ info("\nIn order to share with ngrok, you'll need a version\nof ngrok installed and managed by Homebrew.");
428
$helper = $this->getHelperSet()->get('question');
- $question = new ConfirmationQuestion('Would you like to install ngrok now? [y/N] ', false);
429
+ $question = new ConfirmationQuestion('Would you like to install ngrok via Homebrew now? [y/N] ', false);
430
431
if (false === $helper->ask($input, $output, $question)) {
432
info('Proceeding without installing ngrok.');
0 commit comments