Skip to content

Commit

Permalink
Update drushrc.php to use the full path to the Drupal root.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfweston authored and becw committed Mar 21, 2016
1 parent 079614c commit edd53ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/drushrc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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@";
}

Expand Down

0 comments on commit edd53ec

Please sign in to comment.