From 7d5e4df9fe06485a7c31a1cd3d0812dcfd551b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20L=C3=B3pez?= Date: Sat, 1 Oct 2011 23:16:10 -0400 Subject: [PATCH] use name rather than full uri on listing --- feather.drush.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feather.drush.inc b/feather.drush.inc index c0f4400..98a2e1b 100644 --- a/feather.drush.inc +++ b/feather.drush.inc @@ -199,7 +199,7 @@ function drush_feather_list() { foreach ($vhosts as $name => $vhost) { $rows[] = array( - $vhost->uri, + $vhost->name, '->', $vhost->doc_root, );