Skip to content

Commit

Permalink
use name rather than full uri on listing
Browse files Browse the repository at this point in the history
  • Loading branch information
zroger committed Oct 2, 2011
1 parent ae59a28 commit 7d5e4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feather.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function drush_feather_list() {

foreach ($vhosts as $name => $vhost) {
$rows[] = array(
$vhost->uri,
$vhost->name,
'->',
$vhost->doc_root,
);
Expand Down

0 comments on commit 7d5e4df

Please sign in to comment.