1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00

tweak command

This commit is contained in:
jerguslejko
2016-12-09 01:35:26 +00:00
parent bfcaf6adb6
commit 0199394f34

View File

@@ -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');
/**