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

Merge pull request #234 from jerguslejko/feature/cleaner-links

Clean up `valet links` output
This commit is contained in:
Adam Wathan
2017-02-20 09:43:27 -05:00
committed by GitHub

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