From 0199394f3465d5e0c6f692a7330eea7cdbda3827 Mon Sep 17 00:00:00 2001 From: jerguslejko Date: Fri, 9 Dec 2016 01:35:26 +0000 Subject: [PATCH] tweak command --- cli/valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/valet.php b/cli/valet.php index ba1b1d9..2299902 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -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'); /**