mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
tweak command
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
* Display all of the registered symbolic links.
|
||||
*/
|
||||
$app->command('links', function () {
|
||||
passthru('ls -la '.VALET_HOME_PATH.'/Sites');
|
||||
passthru('ls -lA '.VALET_HOME_PATH.'/Sites');
|
||||
})->descriptions('Display all of the registered Valet links');
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user