diff --git a/conf/drushrc.php b/conf/drushrc.php index b260d426..9a84d3c0 100644 --- a/conf/drushrc.php +++ b/conf/drushrc.php @@ -11,7 +11,7 @@ $repo = current($output); # Configure Drush for the current project. - $options['root'] = "@drupal.root@"; + $options['root'] = "{$repo}/@drupal.root@"; $options['uri'] = "@drupal.uri@"; }