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 0cf47ce commit 0fc8268Copy full SHA for 0fc8268
cli/valet.php
@@ -184,7 +184,6 @@
184
*/
185
$app->command('open [domain]', function ($domain = null) {
186
$url = "http://".($domain ?: Site::host(getcwd())).'.'.Configuration::read()['domain'];
187
- // Run the 'open' command as the currently logged in user instead of root
188
CommandLine::runAsUser("open ".escapeshellarg($url));
189
})->descriptions('Open the site for the current (or specified) directory in your browser');
190
0 commit comments